All checks were successful
Draft Release / deploy-prod (push) Successful in 4s
75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"model": {
|
|
"type": "select",
|
|
"property": "custom_model_data",
|
|
"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"
|
|
}
|
|
},
|
|
{
|
|
"when": "lzstools:trowel_iron",
|
|
"model": {
|
|
"type": "model",
|
|
"model": "lzstools:items/trowel/iron"
|
|
}
|
|
},
|
|
{
|
|
"when": "lzstools:trowel_diamond",
|
|
"model": {
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |