block· Machines & Other Blocks

Diamond Furnace

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

Diamond Furnace is a block from Iron Furnaces, crafted from Any Diamond Gem, Black Framed Glass, and Golden Furnace.

Acquisition

Crafting Shaped using Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Black Framed Glass, Golden Furnace, Black Framed Glass, Any Diamond Gem, Any Diamond Gem and Any Diamond Gem, arranged in the pattern shown. Produces Diamond Furnace.

Crafting Shaped
Diamond Furnace guaranteed

Mining & drops

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

Recipe JSON (1):

{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "###",
    "GXG",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:gems/diamond"
    },
    "G": {
      "tag": "forge:glass"
    },
    "X": {
      "tag": "forge:furnaces/gold"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}