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/industrial_laser_projector.json
TheBrokenRail 719ebe0920
All checks were successful
EnergonRelics/pipeline/head This commit looks good
Add Industrial Laser
2020-07-28 16:38:21 -04:00

19 lines
434 B
JSON

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