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/energized_obsidian.json
TheBrokenRail 87d9e17919
All checks were successful
EnergonRelics/pipeline/head This commit looks good
Add Energy Portal Blocks
2020-08-01 16:22:32 -04:00

19 lines
412 B
JSON

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