Warship
16×16 · BAKED

item· Other

Warship

Immersive Aircraft · by Luke100000
item Aircraft

Warship is a item from Immersive Aircraft, crafted from Sail, Hull, Engine, Cargo Airship, and Industrial Gears. A flying fortress, slow but heavily armed.

Function

A flying fortress, slow but heavily armed.

Acquisition

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:warship
Namespace
immersive_aircraft
Mod ID
immersive_aircraft
Tags (1)
immersive_aircraft:items/aircraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SHS",
    "EAE",
    "HGH"
  ],
  "ingredients": {
    "A": {
      "anyOf": [
        {
          "item": "immersive_aircraft:cargo_airship"
        }
      ]
    },
    "E": {
      "anyOf": [
        {
          "item": "immersive_aircraft:engine"
        }
      ]
    },
    "G": {
      "anyOf": [
        {
          "item": "immersive_aircraft:industrial_gears"
        }
      ]
    },
    "H": {
      "anyOf": [
        {
          "item": "immersive_aircraft:hull"
        }
      ]
    },
    "S": {
      "anyOf": [
        {
          "item": "immersive_aircraft:sail"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}