Files
minecraft-server-resource-pack/resourcepacks/0-lzcustom/assets/minecraft/items/baked_potato.json
T
2026-02-26 19:58:15 +00:00

16 lines
596 B
JSON

{
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/baked_potato"
},
"cases": [
{ "when": "baked", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } },
{ "when": "baked1", "model": { "type": "model", "model": "lz:food/plated_baked_potato1" } },
{ "when": "baked2", "model": { "type": "model", "model": "lz:food/plated_baked_potato2" } },
{ "when": "baked3", "model": { "type": "model", "model": "lz:food/plated_baked_potato3" } }
]
}
}