Electromagnet
enderio:electromagnet

Electromagnet

Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
item

Acquisition

Crafting using Conductive Alloy Ingot, Vibrant Crystal, Conductive Alloy Ingot, Conductive Alloy Ingot, Conductive Alloy Ingot, Copper Alloy Ingot and Copper Alloy Ingot, arranged in the pattern shown. Produces Electromagnet.

Crafting
Conductive Alloy Ingot
Vibrant Crystal
Conductive Alloy Ingot
Conductive Alloy Ingot
Conductive Alloy Ingot
Copper Alloy Ingot
Copper Alloy Ingot
Electromagnet Electromagnet guaranteed
Developer reference
Registry name
enderio:electromagnet
Namespace
enderio
Mod ID
enderio

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CVC",
    "C C",
    "E E"
  ],
  "ingredients": {
    "C": {
      "tag": "forge:ingots/conductive_alloy"
    },
    "E": {
      "tag": "forge:ingots/copper_alloy"
    },
    "V": {
      "tag": "forge:gems/vibrant_crystal"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}