This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
RelicCraft/src/main/resources/data/reliccraft/loot_tables/blocks/teleportation_restrictor.json
TheBrokenRail c19790efc4
All checks were successful
RelicCraft/pipeline/head This commit looks good
1.0
Initial Commit
2020-04-03 22:32:34 -04:00

19 lines
429 B
JSON

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