block· Machines & Other Blocks

Emerald Furnace

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

Emerald Furnace is a block from Iron Furnaces, crafted from Awakened Emerald and Diamond Furnace.

Acquisition

Crafting Shaped using Awakened Emerald, Awakened Emerald, Awakened Emerald, Awakened Emerald, Diamond Furnace, Awakened Emerald, Awakened Emerald, Awakened Emerald and Awakened Emerald, arranged in the pattern shown. Produces Emerald Furnace.

Crafting Shaped
Emerald Furnace guaranteed

Mining & drops

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

Recipe JSON (1):

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