Sturdy Pipes
16×16 · BAKED

item· Other

Sturdy Pipes

Immersive Aircraft · by Luke100000
item Upgrades

Sturdy Pipes is a item from Immersive Aircraft, crafted from Copper Ingot and Iron Ingot.

Acquisition

Crafting using Copper Ingot, Iron Ingot, Copper Ingot, Iron Ingot and Copper Ingot, arranged in the pattern shown. Produces Sturdy Pipes.

Crafting
Copper Ingot
Iron Ingot
Copper Ingot
Iron Ingot
Copper Ingot
Sturdy Pipes Sturdy Pipes guaranteed
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
}