20 lines
980 B
JSON
20 lines
980 B
JSON
{
|
|
"model": {
|
|
"type": "select",
|
|
"property": "custom_model_data",
|
|
"fallback": {
|
|
"type": "minecraft:model",
|
|
"model": "minecraft:item/cooked_chicken"
|
|
},
|
|
"cases": [
|
|
{ "when": "roast", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } },
|
|
{ "when": "roast0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken0" } },
|
|
{ "when": "roast1", "model": { "type": "model", "model": "lz:food/plated_roast_chicken1" } },
|
|
{ "when": "roast2", "model": { "type": "model", "model": "lz:food/plated_roast_chicken2" } },
|
|
{ "when": "roast3", "model": { "type": "model", "model": "lz:food/plated_roast_chicken3" } },
|
|
{ "when": "roast4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken4" } },
|
|
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_chicken" } },
|
|
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_chicken" } }
|
|
]
|
|
}
|
|
} |