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.
Anvil
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Anvil | 1–1 | 100% | 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
}
