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....

19 lines
434 B
JSON
Raw Normal View History

2020-07-13 20:37:21 +00:00
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
2020-07-14 01:49:40 +00:00
"name": "energonrelics:passive_battery_controller"
2020-07-13 20:37:21 +00:00
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}