40 lines
794 B
JSON

{
"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": [
"lzstools:wrench_default"
]
},
"minecraft:custom_data": {
"lzstools": "wrench"
},
"minecraft:unbreakable": {},
"minecraft:tooltip_display": {
"hidden_components": [
"minecraft:unbreakable"
]
}
}
}
}