cave_vines_plant.json
0 B
Empty File
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:glow_berries"
}
],
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "minecraft:cave_vines_plant",
"properties": {
"berries": "true"
}
}
]
}
]
}