Crafting using Draconium Ingot, Eye of Ender, Draconium Ingot, Any Emerald Gem, Draconium Core, Any Emerald Gem, Draconium Ingot, Any Diamond Gem and Draconium Ingot, arranged in the pattern shown. Produces 2× Energy Pylon.

Energy Pylon
Draconic Evolution · by brandon3055
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Energy Pylon | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
draconicevolution:energy_pylon- Namespace
draconicevolution- Mod ID
draconicevolution- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"ABA",
"CDC",
"AEA"
],
"ingredients": {
"A": {
"tag": "forge:ingots/draconium"
},
"B": {
"item": "minecraft:ender_eye"
},
"C": {
"tag": "forge:gems/emerald"
},
"D": {
"item": "draconicevolution:draconium_core"
},
"E": {
"tag": "forge:gems/diamond"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}