15 lines
328 B
JSON
15 lines
328 B
JSON
{
|
|
"model": {
|
|
"type": "select",
|
|
"property": "component",
|
|
"component": "minecraft:custom_name",
|
|
"fallback": {
|
|
"type": "minecraft:model",
|
|
"model": "minecraft:item/mushroom_stew"
|
|
},
|
|
"cases": [
|
|
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_mushroom" } }
|
|
]
|
|
}
|
|
}
|