20 lines
940 B
JSON
20 lines
940 B
JSON
{
|
|
"model": {
|
|
"type": "select",
|
|
"property": "custom_model_data",
|
|
"fallback": {
|
|
"type": "minecraft:model",
|
|
"model": "minecraft:item/cod"
|
|
},
|
|
"cases": [
|
|
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_cod_roll" } },
|
|
{ "when": "roll1", "model": { "type": "model", "model": "lz:food/plated_cod_roll1" } },
|
|
{ "when": "roll2", "model": { "type": "model", "model": "lz:food/plated_cod_roll2" } },
|
|
{ "when": "roll3", "model": { "type": "model", "model": "lz:food/plated_cod_roll3" } },
|
|
{ "when": "roll4", "model": { "type": "model", "model": "lz:food/plated_cod_roll4" } },
|
|
{ "when": "roll5", "model": { "type": "model", "model": "lz:food/plated_cod_roll5" } },
|
|
{ "when": "roll6", "model": { "type": "model", "model": "lz:food/plated_cod_roll6" } },
|
|
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } }
|
|
]
|
|
}
|
|
} |