Biplane
16×16 · BAKED

item· Other

Biplane

Immersive Aircraft · by Luke100000
item Aircraft

Biplane is a item from Immersive Aircraft, crafted from Hull, Engine, and Propeller. Fast and rather reliable.

Function

Fast and rather reliable. Make sure your runway is long enough.

Acquisition

Crafting using Hull, Hull, Engine, Propeller and Hull, arranged in the pattern shown. Produces Biplane.

Crafting
Hull
Hull
Engine
Propeller
Hull
Biplane Biplane guaranteed

Used in

Crafting using Biplane, Hull, Biplane, Block of Bamboo, Engine, Block of Bamboo, Block of Bamboo, Block of Bamboo and Block of Bamboo, arranged in the pattern shown. Produces Bamboo Hopper.

Crafting
Bamboo Hopper Bamboo Hopper guaranteed
Developer reference
Registry name
immersive_aircraft:biplane
Namespace
immersive_aircraft
Mod ID
immersive_aircraft
Tags (1)
immersive_aircraft:items/aircraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " H ",
    "HEP",
    " H "
  ],
  "ingredients": {
    "E": {
      "anyOf": [
        {
          "item": "immersive_aircraft:engine"
        }
      ]
    },
    "H": {
      "anyOf": [
        {
          "item": "immersive_aircraft:hull"
        }
      ]
    },
    "P": {
      "anyOf": [
        {
          "item": "immersive_aircraft:propeller"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}