{ "model": { "type": "select", "property": "custom_model_data", "fallback": { "type": "minecraft:model", "model": "minecraft:item/glass_bottle" }, "cases": [ { "when": "mug_chocolate", "model": { "type": "model", "model": "lz:festive/hot_chocolate_mug" } }, { "when": "drink", "model": { "type": "model", "model": "lz:food/glass_bottle" } }, { "when": "drink_water", "model": { "type": "model", "model": "lz:food/drink_water" } } ] } }