13 lines
293 B
JSON
13 lines
293 B
JSON
{
|
|
"model": {
|
|
"type": "select",
|
|
"property": "custom_model_data",
|
|
"fallback": {
|
|
"type": "minecraft:model",
|
|
"model": "minecraft:item/mushroom_stew"
|
|
},
|
|
"cases": [
|
|
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_mushroom" } }
|
|
]
|
|
}
|
|
} |