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

33 lines
787 B
JSON
Raw Normal View History

2020-10-19 03:05:13 +02:00
{
2021-01-14 23:15:02 +01:00
"type": "minecraft:block",
"pools": [
2020-10-19 03:05:13 +02:00
{
2021-01-14 23:15:02 +01:00
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:flower_pot"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
},
2020-10-19 03:05:13 +02:00
{
2021-01-14 23:15:02 +01:00
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "naturesaura:crimson_aura_mushroom"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
2020-10-19 03:05:13 +02:00
}
2021-01-14 23:15:02 +01:00
]
2020-10-19 03:05:13 +02:00
}