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

33 lines
776 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"
}
]
}
]
}