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