Crafting using Chest, Airship, Chest, Chest, Hull and Chest, arranged in the pattern shown. Produces Cargo Airship.
item· Other
Cargo Airship
Immersive Aircraft · by Luke100000
Cargo Airship is a item from Immersive Aircraft, crafted from Chest, Airship, and Hull. Slow and fuel hungry but carries an entire storage.
Function
Slow and fuel hungry but carries an entire storage.
Acquisition
Used in
Crafting using Sail, Hull, Sail, Engine, Cargo Airship, Engine, Hull, Industrial Gears and Hull, arranged in the pattern shown. Produces Warship.
Related items
Developer reference
- Registry name
immersive_aircraft:cargo_airship- Namespace
immersive_aircraft- Mod ID
immersive_aircraft- Tags (1)
immersive_aircraft:items/aircraft
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"CAC",
"CHC",
" "
],
"ingredients": {
"A": {
"anyOf": [
{
"item": "immersive_aircraft:airship"
}
]
},
"C": {
"anyOf": [
{
"item": "minecraft:chest"
}
]
},
"H": {
"anyOf": [
{
"item": "immersive_aircraft:hull"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}