Updated Namespace
Integrated Resourcepack
This commit is contained in:
18
assets/minecraft/items/carrot_on_a_stick.json
Normal file
18
assets/minecraft/items/carrot_on_a_stick.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "select",
|
||||
"property": "custom_model_data",
|
||||
"index": 1,
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/carrot_on_a_stick"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "lzstools:wrench_default", "model": { "type": "model", "model": "lzstools:items/wrench_default" } },
|
||||
{ "when": "lzstools:wrench_flip", "model": { "type": "model", "model": "lzstools:items/wrench_flip" } },
|
||||
{ "when": "lzstools:wrench_face_player", "model": { "type": "model", "model": "lzstools:items/wrench_face_player" } },
|
||||
{ "when": "lzstools:wrench_face_click", "model": { "type": "model", "model": "lzstools:items/wrench_face_click" } },
|
||||
{ "when": "lzstools:wrench_terracotta", "model": { "type": "model", "model": "lzstools:items/wrench_terracotta" } }
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user