Files
minecraft-server-resource-pack/packs/0-lzcustom/assets/minecraft/items/cooked_cod.json
T
2024-12-05 21:04:52 +00:00

14 lines
386 B
JSON

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