Crafting using Hull, Hull, Engine, Propeller and Hull, arranged in the pattern shown. Produces Biplane.
item· Other
Biplane
Immersive Aircraft · by Luke100000
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
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.
Related items
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
}
