Crafting using Propeller, Hull, Sail, Industrial Gears, Engine, Hull, Propeller, Hull and Sail, arranged in the pattern shown. Produces Economy Plane.
- Inputs
- 2 × Propeller
- 3 × Hull
- 2 × Sail
- Industrial Gears
- Engine
- Output
- → Economy Plane
item· Other
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.
Build from cheap and lightweight materials, this aircraft is optimized for low fuel consumption at the expense of comfort.
man_of_many_planes:economy_planeman_of_many_planesman_of_many_planesRecipe 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
}