Files
minecraft-server-resource-pack/packs/0-lzcustom/assets/minecraft/items/baked_potato.json
T
2024-12-12 12:55:50 +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" } }
]
}
}