Crafting using Piston, Piston, Gold Ingot and Gold Ingot, arranged in the pattern shown. Produces Steampunk Boots.
- Inputs
- 2 × Piston
- 2 × Gold Ingot
- Output
- → Steampunk Boots
item· Armor
Steampunk Boots is an item from Immersive Armors, crafted from Piston and Gold Ingot.
Crafting using Piston, Piston, Gold Ingot and Gold Ingot, arranged in the pattern shown. Produces Steampunk Boots.
immersive_armors:steampunk_bootsimmersive_armorsimmersive_armorsforge:items/armors/boots immersive_armors:items/armor
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"S S",
"G G",
" "
],
"ingredients": {
"G": {
"anyOf": [
{
"item": "minecraft:gold_ingot"
}
]
},
"S": {
"anyOf": [
{
"item": "minecraft:piston"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}