NaturesAura/src/generated/resources/data/naturesaura/loot_tables/blocks/flower_generator.json

20 lines
338 B
JSON
Raw Normal View History

2020-01-23 16:05:52 +01:00
{
"type": "minecraft:block",
"pools": [
{
"name": "main",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "naturesaura:flower_generator"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}