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

20 lines
344 B
JSON
Raw Normal View History

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