Complete rewrite
Prep for addition of optional additional tools Removed config (for now) Added loads of blocks
This commit is contained in:
41
data/wrench/recipe/wrench.json
Normal file
41
data/wrench/recipe/wrench.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"pattern": [
|
||||
" c",
|
||||
" s ",
|
||||
"s "
|
||||
],
|
||||
"key": {
|
||||
"s": "minecraft:stick",
|
||||
"c": "minecraft:copper_ingot"
|
||||
},
|
||||
"result": {
|
||||
"id": "minecraft:carrot_on_a_stick",
|
||||
"count": 1,
|
||||
"components": {
|
||||
"minecraft:custom_name": {
|
||||
"text": "Rotator Wrench",
|
||||
"color": "aqua"
|
||||
},
|
||||
"minecraft:lore": [
|
||||
"Default"
|
||||
],
|
||||
"minecraft:custom_model_data": {
|
||||
"strings": [
|
||||
"lzstealth:wrench",
|
||||
"lzstealth:wrench_default"
|
||||
]
|
||||
},
|
||||
"minecraft:custom_data": {
|
||||
"lzstealth": "wrench"
|
||||
},
|
||||
"minecraft:unbreakable": {},
|
||||
"minecraft:tooltip_display": {
|
||||
"hidden_components": [
|
||||
"minecraft:unbreakable"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user