Copper to Iron Furnace Upgrade
16×16 · BAKED

item· Other

Copper to Iron Furnace Upgrade

Iron Furnaces · by Qelifern (pizzaatime), XenoMustache, BOLT_M4G1C
item

Copper to Iron Furnace Upgrade is an item from Iron Furnaces, crafted from Any Iron Ingot, Black Framed Glass, and Copper Ingot.

Acquisition

Crafting Shaped using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Black Framed Glass, Copper Ingot, Black Framed Glass, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Copper to Iron Furnace Upgrade.

Crafting Shaped conditional
Copper to Iron Furnace Upgrade Copper to Iron Furnace Upgrade guaranteed
Developer reference
Registry name
ironfurnaces:upgrade_iron2
Namespace
ironfurnaces
Mod ID
ironfurnaces

Recipe JSON (1):

{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "###",
    "GXG",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/iron"
    },
    "G": {
      "tag": "forge:glass"
    },
    "X": {
      "tag": "forge:ingots/copper"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:ingots/copper",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}