minecraft-assets/data/minecraft/loot_tables/blocks/chorus_flower.json

25 lines
508 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:survives_explosion"
},
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {}
}
],
"name": "minecraft:chorus_flower"
}
],
"rolls": 1.0
}
]
}