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