Hull Reinforcement
16×16 · BAKED

item· Other

Hull Reinforcement

Immersive Aircraft · by Luke100000
item Upgrades

Hull Reinforcement is a item from Immersive Aircraft, crafted from Iron Ingot and Hull.

Acquisition

Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Hull, Hull, Hull, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Hull Reinforcement.

Crafting
Iron Ingot
Iron Ingot
Iron Ingot
Hull
Hull
Hull
Iron Ingot
Iron Ingot
Iron Ingot
Hull Reinforcement Hull Reinforcement guaranteed
Developer reference
Registry name
immersive_aircraft:hull_reinforcement
Namespace
immersive_aircraft
Mod ID
immersive_aircraft
Tags (1)
immersive_aircraft:items/upgrades

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "III",
    "HHH",
    "III"
  ],
  "ingredients": {
    "H": {
      "anyOf": [
        {
          "item": "immersive_aircraft:hull"
        }
      ]
    },
    "I": {
      "anyOf": [
        {
          "item": "minecraft:iron_ingot"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}