20 lines
844 B
JSON
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" } }
|
|
]
|
|
}
|
|
}
|