Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 2 months ago
All versions
0.3.0+1.19.2
Release
[Fabric 1.19.2] Immersive Aircraft - 0.3.04 years ago 797
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Changes
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
Unavailable version
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:CnPCKTnG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x3HZvrj6:CnPCKTnG"
}

