This commit is contained in:
35
data/lzstools_chisel/recipe/diamond.json
Normal file
35
data/lzstools_chisel/recipe/diamond.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"pattern": [
|
||||
"d ",
|
||||
"s "
|
||||
],
|
||||
"key": {
|
||||
"s": "minecraft:stick",
|
||||
"d": "minecraft:diamond"
|
||||
},
|
||||
"result": {
|
||||
"id": "minecraft:carrot_on_a_stick",
|
||||
"count": 1,
|
||||
"components": {
|
||||
"minecraft:max_damage": 2100,
|
||||
"minecraft:item_name": {
|
||||
"text": "Diamond Chisel",
|
||||
"color": "aqua",
|
||||
"italic": false
|
||||
},
|
||||
"minecraft:custom_model_data": {
|
||||
"strings": [
|
||||
"lzstools:chisel_diamond"
|
||||
]
|
||||
},
|
||||
"minecraft:custom_data": {
|
||||
"lzstools": [
|
||||
"chisel",
|
||||
"chisel_diamond"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user