NaturesAura/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_aura_bloom.json
2020-02-25 15:14:56 +01:00

33 lines
570 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:flower_pot"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "naturesaura:aura_bloom"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}