Iron to Silver Furnace Upgrade
16×16 · BAKED

item· Other

Iron to Silver Furnace Upgrade

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

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

Acquisition

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

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

Recipe JSON (1):

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