Tags
Creators
Details
3.0.0-alpha.8+mc1.21-neoforge
Compatibility
Required content
Changes
This is Alpha 8 of a major update to FlightAssistant. Please note that there may be critical issues and features may not work as intended. Please use Discord or GitHub to discuss this alpha or report any bugs.
New features in Alpha 8
- Added ability to set a keybind to quickly enable/disable mod
- Added config option to disable
FRWK EXPLOSIVEalert - Added config options to configure how
STALLand GPWS warnings are relayed to the user: -
- Each warning can now be configured to be relayed via
Screen & Audio,Audio OnlyorScreen Only
- Each warning can now be configured to be relayed via
- Added config option to customize secondary color
- A graphical representation of vertical speed now appears near the altitude scale
Changes in Alpha 8
- Automation Modes Display:
-
THR OVRDandPITCH OVRDare now annunciated
-
- Changed the way
THR LKandTOGA LKare annunicated to be easier to read
- Changed the way
-
- Safety-related inputs are now highlighted with the caution color rather than the secondary color
-
- Increased the width the display can take up to reduce text overlap
- Changed the Pitch Limit symbol to be more legible
- Changed the default HUD width to 60%
- Clarified thrust units when selecting Climb and Descend Thrust in VERT mode
- Disabled systems in the Auto Flight Screen now appear in red instead of white
Fixed issues
- Fixed an issue where alerts would play for a split second even when Alert Sound Volume was set to 0%
- Fixed an issue where alerts would play at the wrong volume for a split second when Alert Sound Volume wasn't equal to 100%
- Fixed an issue where Speed Display and Altitude Display would not be aligned with their scales at some screen resolutions
- Fixed button hitboxes in the System Status Screen
- Fixed scrolling in the System Status Screen
- The
NO SRC AVAILalert no longer displays whenTHR IDLEis commanded
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| flightassistant-neoforge-3.0.0-alpha.8+mc1.21-sources.jar | Unknown | 428.67 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:GDZvKLPY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CWqLEOPt:GDZvKLPY"
}

