Flux Gate
draconicevolution:flux_gate

Flux Gate

Draconic Evolution · by brandon3055
block Pickaxe Mineable

Acquisition

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.

Crafting
Any Iron Ingot
Potentiometer
Any Iron Ingot
Any Redstone Storage Block
Draconium Core
Any Redstone Storage Block
Any Iron Ingot
Redstone Comparator
Any Iron Ingot
Flux Gate Flux Gate guaranteed

Mining & drops

sourcecountchanceconditions
Flux Gate1–1100%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
}