Electrolytic Separator
mekanism:electrolytic_separator

Electrolytic Separator

Mekanism · by Aidancbrady, Thommy101, Thiakil, pupnewfster, dizzyd
block Pickaxe Mineable

Acquisition

Crafting using Any Iron Ingot, Any Redstone Dust, Any Iron Ingot, Any Infused Alloy, Electrolytic Core, Any Infused Alloy, Any Iron Ingot, Any Redstone Dust and Any Iron Ingot, arranged in the pattern shown. Produces Electrolytic Separator.

Crafting
Any Iron Ingot
Any Redstone Dust
Any Iron Ingot
Any Infused Alloy
Electrolytic Core
Any Infused Alloy
Any Iron Ingot
Any Redstone Dust
Any Iron Ingot
Electrolytic Separator Electrolytic Separator guaranteed

Mining & drops

sourcecountchanceconditions
Electrolytic Separator1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
mekanism:electrolytic_separator
Namespace
mekanism
Mod ID
mekanism
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "IRI",
    "A#A",
    "IRI"
  ],
  "ingredients": {
    "#": {
      "item": "mekanism:electrolytic_core"
    },
    "A": {
      "tag": "mekanism:alloys/infused"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}