Crafting using Redstone Torch, White Stained Glass, Gold Ingot and White Stained Glass, arranged in the pattern shown. Produces Steampunk Helmet.
- Inputs
- Redstone Torch
- 2 × White Stained Glass
- Gold Ingot
- Output
- → Steampunk Helmet
item· Armor
Steampunk Helmet is an item from Immersive Armors, crafted from Redstone Torch, White Stained Glass, and Gold Ingot.
Crafting using Redstone Torch, White Stained Glass, Gold Ingot and White Stained Glass, arranged in the pattern shown. Produces Steampunk Helmet.
immersive_armors:steampunk_helmetimmersive_armorsimmersive_armorsforge:items/armors/helmets immersive_armors:items/armor
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"R ",
"HGH",
" "
],
"ingredients": {
"G": {
"anyOf": [
{
"item": "minecraft:gold_ingot"
}
]
},
"H": {
"anyOf": [
{
"item": "minecraft:white_stained_glass"
}
]
},
"R": {
"anyOf": [
{
"item": "minecraft:redstone_torch"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}