Airship
16×16 · BAKED

item· Other

Airship

Immersive Aircraft · by Luke100000
item Aircraft

Airship is a item from Immersive Aircraft, crafted from Sail, Hull, and Engine. Slow but easy to maneuver.

Function

Slow but easy to maneuver.

Acquisition

Crafting using Sail, Sail, Sail, Sail, Sail, Sail, Hull, Hull and Engine, arranged in the pattern shown. Produces Airship.

Crafting
Sail
Sail
Sail
Sail
Sail
Sail
Hull
Hull
Engine
Airship Airship guaranteed

Used in

Crafting using Chest, Airship, Chest, Chest, Hull and Chest, arranged in the pattern shown. Produces Cargo Airship.

Crafting
Chest
Airship
Chest
Chest
Hull
Chest
Cargo Airship Cargo Airship guaranteed
Developer reference
Registry name
immersive_aircraft:airship
Namespace
immersive_aircraft
Mod ID
immersive_aircraft
Tags (1)
immersive_aircraft:items/aircraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SSS",
    "SSS",
    "HHE"
  ],
  "ingredients": {
    "E": {
      "anyOf": [
        {
          "item": "immersive_aircraft:engine"
        }
      ]
    },
    "H": {
      "anyOf": [
        {
          "item": "immersive_aircraft:hull"
        }
      ]
    },
    "S": {
      "anyOf": [
        {
          "item": "immersive_aircraft:sail"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}