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

18 lines
743 B
JSON

{
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cocoa_beans"
},
"cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } },
{ "when": "pie1", "model": { "type": "model", "model": "lz:food/pie_chocolate1" } },
{ "when": "pie2", "model": { "type": "model", "model": "lz:food/pie_chocolate2" } },
{ "when": "pie3", "model": { "type": "model", "model": "lz:food/pie_chocolate3" } },
{ "when": "pie4", "model": { "type": "model", "model": "lz:food/pie_chocolate4" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
]
}
}