Crafting using Iron Ingot, Leather Boots and Iron Ingot, arranged in the pattern shown. Produces Warrior Boots.
- Inputs
- 2 × Iron Ingot
- Leather Boots
- Output
- → Warrior Boots
item· Armor
Warrior Boots is an item from Immersive Armors, crafted from Iron Ingot and Leather Boots.
Crafting using Iron Ingot, Leather Boots and Iron Ingot, arranged in the pattern shown. Produces Warrior Boots.
immersive_armors:warrior_bootsimmersive_armorsimmersive_armorsforge:items/armors/boots immersive_armors:items/armor
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"ILI",
" ",
" "
],
"ingredients": {
"I": {
"anyOf": [
{
"item": "minecraft:iron_ingot"
}
]
},
"L": {
"anyOf": [
{
"item": "minecraft:leather_boots"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}