Fluid Gate
draconicevolution:fluid_gate

Fluid Gate

Draconic Evolution · by brandon3055
block Pickaxe Mineable

Acquisition

Crafting using Any Iron Ingot, Potentiometer, Any Iron Ingot, Bucket, Draconium Core, Bucket, Any Iron Ingot, Redstone Comparator and Any Iron Ingot, arranged in the pattern shown. Produces Fluid Gate.

Crafting
Any Iron Ingot
Potentiometer
Any Iron Ingot
Bucket
Draconium Core
Bucket
Any Iron Ingot
Redstone Comparator
Any Iron Ingot
Fluid Gate Fluid Gate guaranteed

Mining & drops

sourcecountchanceconditions
Fluid Gate1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
draconicevolution:fluid_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": {
      "item": "minecraft:bucket"
    },
    "D": {
      "item": "draconicevolution:draconium_core"
    },
    "E": {
      "item": "minecraft:comparator"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}