Crafting using Block of Iron, Block of Iron, Block of Iron, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Heavy Helmet.
- Inputs
- 3 × Block of Iron
- 2 × Iron Ingot
- Output
- → Heavy Helmet
item· Armor
Heavy Helmet is an item from Immersive Armors, crafted from Block of Iron and Iron Ingot.
Crafting using Block of Iron, Block of Iron, Block of Iron, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Heavy Helmet.
immersive_armors:heavy_helmetimmersive_armorsimmersive_armorsforge:items/armors/helmets immersive_armors:items/armor
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"III",
"i i",
" "
],
"ingredients": {
"I": {
"anyOf": [
{
"item": "minecraft:iron_block"
}
]
},
"i": {
"anyOf": [
{
"item": "minecraft:iron_ingot"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}