Crafting using Iron Ingot, Iron Ingot, Block of Iron and Block of Iron, arranged in the pattern shown. Produces Heavy Boots.
- Inputs
- 2 × Iron Ingot
- 2 × Block of Iron
- Output
- → Heavy Boots
item· Armor
Heavy Boots is an item from Immersive Armors, crafted from Iron Ingot and Block of Iron.
Crafting using Iron Ingot, Iron Ingot, Block of Iron and Block of Iron, arranged in the pattern shown. Produces Heavy Boots.
immersive_armors:heavy_bootsimmersive_armorsimmersive_armorsforge:items/armors/boots immersive_armors:items/armor
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"i i",
"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
}