Mark Rapson 723cbfc483
All checks were successful
Draft Release / deploy-prod (push) Successful in 11s
Data cleanup
Update uninstall command
Increased hammer durability
2025-05-17 10:48:51 +01:00

36 lines
861 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"h ",
"s ",
"l "
],
"key": {
"h": "minecraft:heavy_core",
"s": "minecraft:stick",
"l": "minecraft:lightning_rod"
},
"result": {
"id": "minecraft:iron_pickaxe",
"count": 1,
"components": {
"minecraft:max_damage": 2400,
"minecraft:item_name": {
"text": "Hammer",
"color": "light_purple",
"italic": false
},
"minecraft:custom_model_data": {
"strings": [
"lzstools:hammer"
]
},
"minecraft:custom_data": {
"lzstools": [
"hammer"
]
}
}
}
}