Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 2 months ago
All versions
0.4.2+1.19.2
Release
[Fabric 1.19.2] Immersive Aircraft - 0.4.23 years ago 62.8K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Changes
0.4.2
- Engines now have a fuel buffer and then die slowly when out of fuel
- Configurable fuel consumption can now exceed 1
- If fuel consumption is set to 0, no initial item needs to get burned
- Don't burn fuel in creative mode (configurable)
- The engine no longer burns the whole bucket
- Added a configurable fuel map
- Cut default wind sensibility in half
- Changed back to custom Keybindings, allowing to reuse keys without conflicts
- A config flag exists to disable this in case of mod conflicts
0.4.1
- Fixed fuel notification on gyrodyne
- Fixed air friction stat color
- Fixed server crash
0.4.0
- Added inventory
- Added fuel
- The Gyrodyne burns your body fat instead
- Added 9 unique upgrade items
- Added banners to enhance the look of the Airplane and Airship
- Added dye slots to tint the Airships sails
- Added rocket boost
- Improved wind mechanics, configurable
- Crashing aircraft now destroys them, configurable
- By default, only player can destroy aircraft to avoid a rogue skeleton throwing your stuff on the floor
0.3.1
- Used even less aggressive keybinding method
- Fixed discriminator byte crashes
0.3.0
- Added Quadrocopter
- Fixed non-pilot dismounting
- Switched to less intrusive multi keybindings injection to restore mod compatibility
- Fixed controller animation of airship
- Added support for modmenu and cloth config
- Added item tooltip description
- You can no longer apply knockback to your vehicle
- Fixed the Biplane phantom push when leaving
- Fixed first person camera offset
- Vehicles can have a separate camera perspective, and is third person by default (configurable)
- Creative mode destroys airplanes immediately
0.2.0
- Added keybindings
- Added fancy GUI
- Improved and optimized aircraft textures (thanks stohun!)
- Fixed and updated translations
- Fixed WAILA translations
- Enhanced recipes
- Fixed non player mount positions
- Made all vehicles more durable
- You can no longer hit your own aircraft while flying
- Random entity will never occupy the last seat
0.1.1
- Fixed broken sneaking animation outside aircraft
0.1.0
- Initial release
- Added hull, engine, sail, propeller and boiler item
- Added airship, biplane and gyrodyne aircraft
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:x3HZvrj6:nj7izbEn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x3HZvrj6:nj7izbEn"
}

