Tags
Creators
Details
3.0.0-alpha.12+mc1.21.6-fabric
Compatibility
Required content
Changes
This is Alpha 12 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
- Added missing ability to turn off status message display from the config screen
Changes
- The attitude display will no longer be shown when the camera is in mirrored third-person mode
- The
THRstatus message will no longer appear if thrust is set to 0% and there's no thrust source available - A separate Flight Mode message will be shown when thrust is in reverse
- Improved detection of modded elytras
- Improved ECAM Actions text for the
F/CTL PROT LOSTalert
Fixed issues
- Fixed crashing on Forge
- Fixed mod not being present on NeoForge
- Fixed elytra automatically opening/closing even when
Enable safety featuresis set to OFF - Fixed automatic thrust reduction occurring even when
Enable safety featuresis set to OFF - Fixed
FRWK EXPLOSIVEalert appearing even whenEnable safety featuresis set to OFF - Fixed missing fault alert for the HUD Display Data Computer
- Fixed missing translations for Status Display in the Display Management Screen
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:CWqLEOPt:9hwUbiK3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CWqLEOPt:9hwUbiK3"
}

