{ "model": { "type": "select", "property": "component", "component": "minecraft:custom_name", "fallback": { "type": "minecraft:model", "model": "minecraft:item/glass_bottle" }, "cases": [ { "when": "Empty Bottle", "model": { "type": "model", "model": "lz:food/glass_bottle" } }, { "when": "Spring Water", "model": { "type": "model", "model": "lz:food/drink_water" } }, { "when": "Hot Chocolate Mug", "model": { "type": "model", "model": "lz:festive/hot_chocolate_mug" } } ] } }