Crafting using Copper Ingot, Iron Ingot, Copper Ingot, Iron Ingot and Copper Ingot, arranged in the pattern shown. Produces Sturdy Pipes.
item· Other
Sturdy Pipes
Immersive Aircraft · by Luke100000
Sturdy Pipes is a item from Immersive Aircraft, crafted from Copper Ingot and Iron Ingot.
Acquisition
Related items
Developer reference
- Registry name
immersive_aircraft:sturdy_pipes- Namespace
immersive_aircraft- Mod ID
immersive_aircraft- Tags (1)
immersive_aircraft:items/upgrades
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" C",
"ICI",
"C "
],
"ingredients": {
"C": {
"anyOf": [
{
"item": "minecraft:copper_ingot"
}
]
},
"I": {
"anyOf": [
{
"item": "minecraft:iron_ingot"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}