{ "model": { "type": "select", "property": "component", "component": "minecraft:custom_name", "fallback": { "type": "minecraft:model", "model": "minecraft:item/baked_potato" }, "cases": [ { "when": "Plated Baked Potato", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } }, { "when": "Baked Potato 1", "model": { "type": "model", "model": "lz:food/plated_baked_potato_1" } }, { "when": "Baked Potato 2", "model": { "type": "model", "model": "lz:food/plated_baked_potato_2" } }, { "when": "Baked Potato 3", "model": { "type": "model", "model": "lz:food/plated_baked_potato_3" } } ] } }