Files
minecraft-server-resource-pack/assets/minecraft/items/cooked_rabbit.json
T
2026-08-12 23:55:32 +01:00

15 lines
331 B
JSON

{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cooked_rabbit"
},
"cases": [
{ "when": "Hare Stew", "model": { "type": "model", "model": "lz:food/stew_rabbit" } }
]
}
}