21 lines
993 B
JSON
21 lines
993 B
JSON
{
|
|
"model": {
|
|
"type": "select",
|
|
"property": "component",
|
|
"component": "minecraft:custom_name",
|
|
"fallback": {
|
|
"type": "minecraft:model",
|
|
"model": "minecraft:item/cooked_chicken"
|
|
},
|
|
"cases": [
|
|
{ "when": "Roast Chicken", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } },
|
|
{ "when": "Roast Chicken 0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_0" } },
|
|
{ "when": "Roast Chicken 1", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_1" } },
|
|
{ "when": "Roast Chicken 2", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_2" } },
|
|
{ "when": "Roast Chicken 3", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_3" } },
|
|
{ "when": "Roast Chicken 4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_4" } },
|
|
{ "when": "Chicken Broth", "model": { "type": "model", "model": "lz:food/soup_chicken" } }
|
|
]
|
|
}
|
|
}
|