Silver to Gold Furnace Upgrade
16×16 · BAKED

item· Other

Silver to Gold Furnace Upgrade

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

Silver to Gold Furnace Upgrade is an item from Iron Furnaces, crafted from Any Gold Ingot, Silver Ingot, and Any Gold Storage Block.

Acquisition

Crafting Shaped using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Silver Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Storage Block and Any Gold Ingot, arranged in the pattern shown. Produces Silver to Gold Furnace Upgrade.

Crafting Shaped conditional
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Silver Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Storage Block
Any Gold Ingot
  • Inputs
  • 7 × Any Gold Ingot
  • Silver Ingot
  • Any Gold Storage Block
  • Output
  • Silver to Gold Furnace Upgrade
Silver to Gold Furnace Upgrade Silver to Gold Furnace Upgrade guaranteed
Developer reference
Registry name
ironfurnaces:upgrade_gold2
Namespace
ironfurnaces
Mod ID
ironfurnaces

Recipe JSON (1):

{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "#Y#"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/gold"
    },
    "X": {
      "tag": "forge:ingots/silver"
    },
    "Y": {
      "tag": "forge:storage_blocks/gold"
    }
  },
  "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
}