block· Machines & Other Blocks

Golden Furnace

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

Golden Furnace is a block from Iron Furnaces, crafted from Black Framed Glass, Silver Furnace, and Any Gold Storage Block.

Acquisition

Crafting Shaped using Black Framed Glass, Black Framed Glass, Black Framed Glass, Black Framed Glass, Silver Furnace, Black Framed Glass, Black Framed Glass, Any Gold Storage Block and Black Framed Glass, arranged in the pattern shown. Produces Golden Furnace.

Crafting Shaped
Golden Furnace guaranteed

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

Crafting Shaped
  • Inputs
  • 7 × Any Gold Ingot
  • Iron Furnace
  • Any Gold Storage Block
  • Output
  • Golden Furnace
Golden Furnace guaranteed

Mining & drops

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

Recipe JSON (2):

{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "#Y#"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:glass"
    },
    "X": {
      "tag": "forge:furnaces/silver"
    },
    "Y": {
      "tag": "forge:storage_blocks/gold"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "#Y#"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/gold"
    },
    "X": {
      "tag": "forge:furnaces/iron"
    },
    "Y": {
      "tag": "forge:storage_blocks/gold"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}