Crafting using Sail, Sail, Sail, Sail, Sail, Sail, Hull, Hull and Engine, arranged in the pattern shown. Produces Airship.
item· Other
Airship
Immersive Aircraft · by Luke100000
Airship is a item from Immersive Aircraft, crafted from Sail, Hull, and Engine. Slow but easy to maneuver.
Function
Slow but easy to maneuver.
Acquisition
Used in
Crafting using Chest, Airship, Chest, Chest, Hull and Chest, arranged in the pattern shown. Produces Cargo Airship.
Related items
Developer reference
- Registry name
immersive_aircraft:airship- Namespace
immersive_aircraft- Mod ID
immersive_aircraft- Tags (1)
immersive_aircraft:items/aircraft
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"SSS",
"HHE"
],
"ingredients": {
"E": {
"anyOf": [
{
"item": "immersive_aircraft:engine"
}
]
},
"H": {
"anyOf": [
{
"item": "immersive_aircraft:hull"
}
]
},
"S": {
"anyOf": [
{
"item": "immersive_aircraft:sail"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}