Crafting using Sail, Hull, Sail, Engine, Cargo Airship, Engine, Hull, Industrial Gears and Hull, arranged in the pattern shown. Produces Warship.
item· Other
Warship
Immersive Aircraft · by Luke100000
Warship is a item from Immersive Aircraft, crafted from Sail, Hull, Engine, Cargo Airship, and Industrial Gears. A flying fortress, slow but heavily armed.
Function
A flying fortress, slow but heavily armed.
Acquisition
Related items
Developer reference
- Registry name
immersive_aircraft:warship- Namespace
immersive_aircraft- Mod ID
immersive_aircraft- Tags (1)
immersive_aircraft:items/aircraft
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"SHS",
"EAE",
"HGH"
],
"ingredients": {
"A": {
"anyOf": [
{
"item": "immersive_aircraft:cargo_airship"
}
]
},
"E": {
"anyOf": [
{
"item": "immersive_aircraft:engine"
}
]
},
"G": {
"anyOf": [
{
"item": "immersive_aircraft:industrial_gears"
}
]
},
"H": {
"anyOf": [
{
"item": "immersive_aircraft:hull"
}
]
},
"S": {
"anyOf": [
{
"item": "immersive_aircraft:sail"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}