block· Machines & Other Blocks

Iron Furnace

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

Iron Furnace is a block from Iron Furnaces, crafted from Any Iron Ingot, Black Framed Glass, and Copper Furnace.

Acquisition

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

Crafting Shaped
Iron Furnace guaranteed

Crafting Shaped using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Furnace, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Iron Furnace.

Crafting Shaped
  • Inputs
  • 8 × Any Iron Ingot
  • Furnace
  • Output
  • Iron Furnace
Iron Furnace guaranteed

Mining & drops

sourcecountdrop rateconditions
Iron 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:iron_furnace
Namespace
ironfurnaces
Mod ID
ironfurnaces
Tags (3)
forge:items/furnaces/iron
forge:items/furnaces
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "YYY",
    "#X#",
    "YYY"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:glass"
    },
    "X": {
      "tag": "forge:furnaces/copper"
    },
    "Y": {
      "tag": "forge:ingots/iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/iron"
    },
    "X": {
      "item": "minecraft:furnace"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}