18 lines
755 B
JSON
18 lines
755 B
JSON
{
|
|
"model": {
|
|
"type": "select",
|
|
"property": "component",
|
|
"component": "minecraft:custom_name",
|
|
"fallback": {
|
|
"type": "minecraft:model",
|
|
"model": "minecraft:block/pumpkin"
|
|
},
|
|
"cases": [
|
|
{ "when": "stuffed_pumpkin", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin" } },
|
|
{ "when": "stuffed_pumpkin1", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin1" } },
|
|
{ "when": "stuffed_pumpkin2", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin2" } },
|
|
{ "when": "stuffed_pumpkin3", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin3" } },
|
|
{ "when": "stuffed_pumpkin4", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin4" } }
|
|
]
|
|
}
|
|
} |