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.
Electrolytic Separator
Mekanism · by Aidancbrady, Thommy101, Thiakil, pupnewfster, dizzyd
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Electrolytic Separator | 1–1 | 100% | — |
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
}