Files
minecraft-server-resource-pack/assets/minecraft/items/cocoa_beans.json
T
2026-08-12 23:55:32 +01:00

20 lines
844 B
JSON

{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cocoa_beans"
},
"cases": [
{ "when": "Chocolate Pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } },
{ "when": "Chocolate Pie 1", "model": { "type": "model", "model": "lz:food/pie_chocolate_1" } },
{ "when": "Chocolate Pie 2", "model": { "type": "model", "model": "lz:food/pie_chocolate_2" } },
{ "when": "Chocolate Pie 3", "model": { "type": "model", "model": "lz:food/pie_chocolate_3" } },
{ "when": "Chocolate Pie 4", "model": { "type": "model", "model": "lz:food/pie_chocolate_4" } },
{ "when": "Hot Chocolate", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
]
}
}