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

20 lines
351 B
JSON
Raw Normal View History

2020-01-23 16:05:52 +01:00
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
2020-01-23 16:05:52 +01:00
{
"type": "minecraft:item",
"name": "naturesaura:generator_limit_remover"
2020-01-23 16:05:52 +01:00
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
2020-01-23 16:05:52 +01:00
}