Mark Rapson 4f37178857
All checks were successful
Draft Release / deploy-prod (push) Successful in 5s
Updated Rarity of Hammer
Updated custom_name to item_name
2025-05-17 02:32:02 +01:00

44 lines
1.1 KiB
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" lg",
" sg",
"s "
],
"key": {
"s": "minecraft:stick",
"g": "minecraft:gold_ingot",
"l": "#minecraft:logs"
},
"result": {
"id": "minecraft:carrot_on_a_stick",
"count": 1,
"components": {
"minecraft:item_name": {
"text": "Rotator Wrench",
"color": "aqua",
"italic": false
},
"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"
]
}
}
}
}