block· Machines & Other Blocks

Silver Furnace

Iron Furnaces · by Qelifern (pizzaatime), XenoMustache, BOLT_M4G1C
block Silver FurnaceFurnacesPickaxe Mineable

Silver Furnace is a block from Iron Furnaces, crafted from Silver Ingot and Copper Furnace.

Acquisition

Crafting Shaped using Silver Ingot, Silver Ingot, Silver Ingot, Silver Ingot, Copper Furnace, Silver Ingot, Silver Ingot, Silver Ingot and Silver Ingot, arranged in the pattern shown. Produces Silver Furnace.

Crafting Shaped conditional
Silver Furnace guaranteed

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

Crafting Shaped conditional
Silver Furnace guaranteed

Mining & drops

sourcecountdrop rateconditions
Silver Furnace1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Used in

Block drops

Drops itself when broken.

Developer reference
Registry name
ironfurnaces:silver_furnace
Namespace
ironfurnaces
Mod ID
ironfurnaces
Tags (3)
forge:items/furnaces/silver
forge:items/furnaces
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/silver"
    },
    "X": {
      "tag": "forge:furnaces/copper"
    }
  },
  "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
}
{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "#G#",
    "GXG",
    "#G#"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/silver"
    },
    "G": {
      "tag": "forge:glass"
    },
    "X": {
      "tag": "forge:furnaces/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
}