Crafting using Any Iron Ingot, Potentiometer, Any Iron Ingot, Any Redstone Storage Block, Draconium Core, Any Redstone Storage Block, Any Iron Ingot, Redstone Comparator and Any Iron Ingot, arranged in the pattern shown. Produces Flux Gate.
Flux Gate
Draconic Evolution · by brandon3055
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Flux Gate | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
draconicevolution:flux_gate- 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/iron"
},
"B": {
"item": "draconicevolution:potentiometer"
},
"C": {
"tag": "forge:storage_blocks/redstone"
},
"D": {
"item": "draconicevolution:draconium_core"
},
"E": {
"item": "minecraft:comparator"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}