Economy Plane
16×16 · BAKED

item· Other

Economy Plane

Man of Many Planes · by Luke100000, Man of Many Snails
item

Economy Plane is an item from Man of Many Planes, crafted from Propeller, Hull, Sail, Industrial Gears, and Engine. Build from cheap and lightweight materials, this aircraft is optimized for low fuel consumption at the expense of comfort.

Function

Build from cheap and lightweight materials, this aircraft is optimized for low fuel consumption at the expense of comfort.

Acquisition

Crafting using Propeller, Hull, Sail, Industrial Gears, Engine, Hull, Propeller, Hull and Sail, arranged in the pattern shown. Produces Economy Plane.

Crafting
Propeller
Hull
Sail
Industrial Gears
Engine
Hull
Propeller
Hull
Sail
Economy Plane Economy Plane guaranteed
Developer reference
Registry name
man_of_many_planes:economy_plane
Namespace
man_of_many_planes
Mod ID
man_of_many_planes

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PHS",
    "GEH",
    "PHS"
  ],
  "ingredients": {
    "E": {
      "anyOf": [
        {
          "item": "immersive_aircraft:engine"
        }
      ]
    },
    "G": {
      "anyOf": [
        {
          "item": "immersive_aircraft:industrial_gears"
        }
      ]
    },
    "H": {
      "anyOf": [
        {
          "item": "immersive_aircraft:hull"
        }
      ]
    },
    "P": {
      "anyOf": [
        {
          "item": "immersive_aircraft:propeller"
        }
      ]
    },
    "S": {
      "anyOf": [
        {
          "item": "immersive_aircraft:sail"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}