Tags
Creators
Details
3.0.0+mc1.20.1-forge
Compatibility
Required content
Changes
This is a major update to FlightAssistant. Please use Discord or GitHub to discuss this release or report any bugs.
A wiki is now available: https://github.com/Octol1ttle/FlightAssistant/wiki
Changes from Beta 1
- Added Chinese localization
- Changed the default durability display style to Time
- Made the
BELOW G/Swarning alert show when deviation is more than 2.5 blocks and the player is below minimums - Reduced sensitivity of the
DON'T SINKalert - Adjusted the attitude display to account for crosshair offset
- Adjusted the way vertical deviation is displayed
- Reduced the maximum recommended pitch to 45 degrees in the
F/CTL PROTECT LOSTalert text - Fixed an issue that caused
TERRAIN AHEADandPULL UPalerts to appear only right before impact - Fixed an issue that caused
AUTO FLT AP OFFandAUTO FLT A/THR OFFalerts to not be displayed when they occur due to losing protections and chunk unloading - Fixed an issue where DaBR thrust would be overriden even when Global Automation Override is active
If you weren't keeping up with changes in v3, here's a quick overview:
- HUD overhaul
- New layout:

- The HUD data now updates at the render frame rate instead of game tick rate. Numbers and scales will move smoother
- New layout:
- Commands are gone and replaced with the Setup Screen (see below)
- Introduced the FlightAssistant Setup Screen
- Opened with
Numpad Enterby default - Used to reset and temporarily disable computers & displays
- Used to configure the autopilot
- Used to fill out the flight plan
- Opened with
- Various systems have been reworked and features have been added. For example, the GPWS now dynamically adjusts sensitivity based on surroundings
- Added Chinese localization
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| flightassistant-forge-3.0.0+mc1.20.1-sources.jar | Unknown | 623.74 KiB |
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:CWqLEOPt:DYE1LjLu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CWqLEOPt:DYE1LjLu"
}




