20 lines
786 B
JSON
20 lines
786 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": "pie_1", "model": { "type": "model", "model": "lz:food/pie_chocolate_1" } },
|
|
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_chocolate_2" } },
|
|
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_chocolate_3" } },
|
|
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_chocolate_4" } },
|
|
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
|
|
]
|
|
}
|
|
}
|