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.
EnergonRelics/src/main/resources/data/energonrelics/loot_tables/blocks/phase_shifter.json

19 lines
421 B
JSON

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