bee_nest.json
0 B
Empty File
{
"model": {
"type": "minecraft:select",
"block_state_property": "honey_level",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bee_nest_honey"
},
"when": "5"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:block/bee_nest_empty"
},
"property": "minecraft:block_state"
}
}