minecraft:iron_block

Block of Iron

Minecraft · by Mojang Studios
block Beacon Base BlocksPickaxe MineableNeeds Stone Tool

Acquisition

Blasting using Block of Raw Iron (750 ticks, 4.5 xp). Produces Block of Iron.

Blasting

750 ticks· 4.5 xp

Block of Iron guaranteed

Smelting using Block of Raw Iron (1500 ticks, 4.5 xp). Produces Block of Iron.

Smelting

1500 ticks· 4.5 xp

Block of Iron guaranteed

Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Block of Iron.

Crafting
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Block of Iron guaranteed

Mining & drops

sourcecountchanceconditions
Block of Iron1–1100%Survives Explosion
Loot table: Bastion Treasure (minecraft) minecraft:bastion_treasure1–1100%
Loot table: Bastion Other (minecraft) minecraft:bastion_other1–2100%

Used in (2)

Crafting using Block of Iron, Block of Iron, Block of Iron, Iron Ingot, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Anvil.

Crafting
Anvil Anvil guaranteed

Crafting using Block of Iron, in any arrangement. Produces 9× Iron Ingot.

Crafting ⇆ any arrangement
Iron Ingot Iron Ingot ×9 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:iron_block
Namespace
minecraft
Mod ID
minecraft
Tags (3)
minecraft:blocks/beacon_base_blocks
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool

Recipe JSON (3):

{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:raw_iron_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 4.5,
  "cooking_time": 750
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:raw_iron_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 4.5,
  "cooking_time": 1500
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}