Cargo Airship
16×16 · BAKED

item· Other

Cargo Airship

Immersive Aircraft · by Luke100000
item Aircraft

Cargo Airship is a item from Immersive Aircraft, crafted from Chest, Airship, and Hull. Slow and fuel hungry but carries an entire storage.

Function

Slow and fuel hungry but carries an entire storage.

Acquisition

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

Used in

Crafting using Sail, Hull, Sail, Engine, Cargo Airship, Engine, Hull, Industrial Gears and Hull, arranged in the pattern shown. Produces Warship.

Crafting
Sail
Hull
Sail
Engine
Cargo Airship
Engine
Hull
Industrial Gears
Hull
Warship Warship guaranteed
Developer reference
Registry name
immersive_aircraft:cargo_airship
Namespace
immersive_aircraft
Mod ID
immersive_aircraft
Tags (1)
immersive_aircraft:items/aircraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CAC",
    "CHC",
    "   "
  ],
  "ingredients": {
    "A": {
      "anyOf": [
        {
          "item": "immersive_aircraft:airship"
        }
      ]
    },
    "C": {
      "anyOf": [
        {
          "item": "minecraft:chest"
        }
      ]
    },
    "H": {
      "anyOf": [
        {
          "item": "immersive_aircraft:hull"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}