Files
minecraft-server-resource-pack/packs/0-lzcustom/assets/minecraft/items/cooked_chicken.json
T

19 lines
891 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" } }
]
}
}