Mark Rapson 48d5cf9d5e Complete rewrite
Prep for addition of optional additional tools
Removed config (for now)
Added loads of blocks
2025-05-13 02:30:39 +01:00

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