minecraft-src/assets/minecraft/items/beehive.json
2025-07-04 03:15:13 +03:00

20 lines
No EOL
416 B
JSON

{
"model": {
"type": "minecraft:select",
"block_state_property": "honey_level",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/beehive_honey"
},
"when": "5"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:block/beehive_empty"
},
"property": "minecraft:block_state"
}
}