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/passive_battery_controller.json
TheBrokenRail 246231e0ad
All checks were successful
EnergonRelics/pipeline/head This commit looks good
Update Recipes
2020-07-13 21:49:40 -04:00

19 lines
434 B
JSON

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