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

19 lines
430 B
JSON
Raw Normal View History

2020-01-23 16:05:52 +01:00
{
2021-01-14 23:15:02 +01:00
"type": "minecraft:block",
"pools": [
2020-01-23 16:05:52 +01:00
{
2021-01-14 23:15:02 +01:00
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "naturesaura:dimension_rail_overworld"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
2020-01-23 16:05:52 +01:00
}
2021-01-14 23:15:02 +01:00
]
2020-01-23 16:05:52 +01:00
}