minecraft:blast_furnace

Blast Furnace

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Furnace, Iron Ingot, Smooth Stone, Smooth Stone and Smooth Stone, arranged in the pattern shown. Produces Blast Furnace.

Crafting
Blast Furnace guaranteed

Mining & drops

sourcecountchanceconditions
Blast Furnace1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:blast_furnace
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "III",
    "IXI",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:smooth_stone"
    },
    "I": {
      "item": "minecraft:iron_ingot"
    },
    "X": {
      "item": "minecraft:furnace"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}