NaturesAura/src/generated/resources/data/naturesaura/loot_tables/blocks/gold_nether_brick.json
2020-02-25 20:07:26 +01:00

19 lines
317 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "naturesaura:gold_nether_brick"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}