Steel Boiler
16×16 · BAKED

item· Other

Steel Boiler

Immersive Aircraft · by Luke100000
item Upgrades

Steel Boiler is a item from Immersive Aircraft, crafted from Iron Ingot, Boiler, and Blast Furnace.

Acquisition

Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Boiler, Iron Ingot, Iron Ingot, Blast Furnace and Iron Ingot, arranged in the pattern shown. Produces Steel Boiler.

Crafting
Steel Boiler Steel Boiler guaranteed
Developer reference
Registry name
immersive_aircraft:steel_boiler
Namespace
immersive_aircraft
Mod ID
immersive_aircraft
Tags (1)
immersive_aircraft:items/upgrades

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CCC",
    "CBC",
    "CFC"
  ],
  "ingredients": {
    "B": {
      "anyOf": [
        {
          "item": "immersive_aircraft:boiler"
        }
      ]
    },
    "C": {
      "anyOf": [
        {
          "item": "minecraft:iron_ingot"
        }
      ]
    },
    "F": {
      "anyOf": [
        {
          "item": "minecraft:blast_furnace"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}