14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"model": {
|
|
"type": "select",
|
|
"property": "component",
|
|
"component": "minecraft:custom_name",
|
|
"fallback": {
|
|
"type": "minecraft:model",
|
|
"model": "minecraft:item/beetroot_soup"
|
|
},
|
|
"cases": [
|
|
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_beetroot" } }
|
|
]
|
|
}
|
|
} |