Files
minecraft-server-resource-pack/assets/minecraft/items/mushroom_stew.json
T
2026-08-11 19:00:56 +01:00

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" } }
]
}
}