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

20 lines
338 B
JSON
Raw Normal View History

2020-05-05 19:43:27 +02:00
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
2020-05-05 19:43:27 +02:00
{
"type": "minecraft:item",
"name": "naturesaura:aura_timer"
2020-05-05 19:43:27 +02:00
}
],
"rolls": 1.0
}
]
2020-05-05 19:43:27 +02:00
}