Crafting using Draconium Ingot, Energy Core Stabilizer, Draconium Ingot, Draconium Core, Enchanting Table, Draconium Core, Draconium Ingot, Draconium Core and Draconium Ingot, arranged in the pattern shown. Produces Energy Transfuser.
Energy Transfuser
Draconic Evolution · by brandon3055
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Energy Transfuser | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
draconicevolution:energy_transfuser- Namespace
draconicevolution- Mod ID
draconicevolution- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"ABA",
"CDC",
"ACA"
],
"ingredients": {
"A": {
"tag": "forge:ingots/draconium"
},
"B": {
"item": "draconicevolution:energy_core_stabilizer"
},
"C": {
"item": "draconicevolution:draconium_core"
},
"D": {
"item": "minecraft:enchanting_table"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}