Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
All versions
0.6.2+1.20.1
Release
[Fabric 1.20.1] Immersive Aircraft - 0.6.23 years ago 963.2K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
0.6.2
- Fixed another server crash on Fabric
- Reverted removal of Multi-Keybindings as player got angry
0.6.1
- Fixed server crash on Fabric
0.6.0
- Added datapack support for custom upgrades
- Configurable vehicle explosions
- Removed Multi-Keybindings as it no longer works with Forge anyways
- Also removed separate keybinds for pull and push
- Added config to block aircraft in certain dimensions
- Added JEI support for the larger inventories
0.5.2
- Switched to PacketByteBuf serializer
0.5.1
- Fixed glitch on sails when pausing
- Aircraft no longer break on autostep
0.5.0
- Added Cargo Airship
- You can now kick out entities using shift-right click
- Added fall damage when crashing the aircraft (never lethal by default, configurable)
- Fixed inventory staying open after entity got removed
- Mirrored banners correctly
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.1
- Fixed Forge on 1.19.x
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
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:jW2oN5ce"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x3HZvrj6:jW2oN5ce"
}

