Files
minecraft-assets/data/minecraft/loot_tables/blocks/chorus_flower.json
2021-04-14 18:32:33 +00:00

25 lines
508 B
JSON

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