Added Chisel
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "lzstools:item/chisel/diamond"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "lzstools:item/chisel/iron"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 364 B |
Binary file not shown.
|
After Width: | Height: | Size: 378 B |
@@ -55,6 +55,20 @@
|
||||
"type": "model",
|
||||
"model": "lzstools:items/trowel/diamond"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "lzstools:chisel_iron",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "lzstools:items/chisel/iron"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "lzstools:chisel_diamond",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "lzstools:items/chisel/diamond"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user