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

16 lines
417 B
JSON

{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cooked_cod"
},
"cases": [
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } },
{ "when": "stew_fish", "model": { "type": "model", "model": "lz:food/stew_fish" } }
]
}
}