Added Hammer
Added Unbreaking tag Renamed rayloop to loop
This commit is contained in:
36
data/lzstools_hammer/recipe/hammer.json
Normal file
36
data/lzstools_hammer/recipe/hammer.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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": 1800,
|
||||
"minecraft:custom_name": {
|
||||
"text": "Hammer",
|
||||
"color": "aqua",
|
||||
"italic": false
|
||||
},
|
||||
"minecraft:custom_model_data": {
|
||||
"strings": [
|
||||
"lzstools:hammer"
|
||||
]
|
||||
},
|
||||
"minecraft:custom_data": {
|
||||
"lzstools": [
|
||||
"hammer"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user