Crafting using Gold Ingot, Emerald, Gold Ingot, Gold Ingot, Robe Helmet and Gold Ingot, arranged in the pattern shown. Produces Divine Helmet.
- Inputs
- 4 × Gold Ingot
- Emerald
- Robe Helmet
- Output
- → Divine Helmet
item· Armor
Divine Helmet is an item from Immersive Armors, crafted from Gold Ingot, Emerald, and Robe Helmet.
Crafting using Gold Ingot, Emerald, Gold Ingot, Gold Ingot, Robe Helmet and Gold Ingot, arranged in the pattern shown. Produces Divine Helmet.
immersive_armors:divine_helmetimmersive_armorsimmersive_armorsforge:items/armors/helmets immersive_armors:items/armor
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"IEI",
"IRI",
" "
],
"ingredients": {
"E": {
"anyOf": [
{
"item": "minecraft:emerald"
}
]
},
"I": {
"anyOf": [
{
"item": "minecraft:gold_ingot"
}
]
},
"R": {
"anyOf": [
{
"item": "immersive_armors:robe_helmet"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}