Files
minecraft-server-resource-pack/resourcepack/assets/minecraft/items/cocoa_beans.json
T
2026-08-10 22:35:03 +01:00

19 lines
777 B
JSON

{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"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" } }
]
}
}