{ "model": { "type": "minecraft:select", "block_state_property": "honey_level", "cases": [ { "model": { "type": "minecraft:model", "model": "minecraft:block/beehive/1" }, "when": "1" }, { "model": { "type": "minecraft:model", "model": "minecraft:block/beehive/2" }, "when": "2" }, { "model": { "type": "minecraft:model", "model": "minecraft:block/beehive/3" }, "when": "3" }, { "model": { "type": "minecraft:model", "model": "minecraft:block/beehive/4" }, "when": "4" }, { "model": { "type": "minecraft:model", "model": "minecraft:block/beehive/5" }, "when": "5" } ], "fallback": { "type": "minecraft:model", "model": "minecraft:block/beehive/0" }, "property": "minecraft:block_state" } }