Anvil
minecraft:anvil

Anvil

Minecraft · by Mojang Studios
block AnvilAnvil

Acquisition

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

Mining & drops

sourcecountchanceconditions
Anvil1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:anvil
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/anvil
minecraft:items/anvil

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "III",
    " i ",
    "iii"
  ],
  "ingredients": {
    "I": {
      "item": "minecraft:iron_block"
    },
    "i": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}