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

19 lines
421 B
JSON
Raw Normal View History

2020-10-24 17:14:09 +02:00
{
2021-01-14 23:15:02 +01:00
"type": "minecraft:block",
"pools": [
2020-10-24 17:14:09 +02:00
{
2021-01-14 23:15:02 +01:00
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "naturesaura:weather_changer"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
2020-10-24 17:14:09 +02:00
}
2021-01-14 23:15:02 +01:00
]
2020-10-24 17:14:09 +02:00
}