Tags
Creators
Details
2.2.0-beta.1+mc1.20.x
Compatibility
Required content
Changes
This is a beta release of a minor update to FlightAssistant.
Minecraft version limitations
Some features are only available on certain versions of Minecraft:
1.20.4, 1.20.3: All features are available
1.20.2: Cannot load flight plans created in version 2.0.0
1.20, 1.20.1: Cannot load flight plans created in version 2.0.0, elytra state protections are not available (Open Elytra automatically and Close Elytra automatically when submerged)
Providing feedback
Feedback about this release and the mod in general can be given either on the GitHub issue tracker or in the Discord server. All feedback is appreciated as long as it's not destructive. Knowing what exactly users want is crucial in allowing me to improve the mod in each update. Thank you!
Changes
- Extracted
ALTN LAWalert to its own class, making it independent of computer fault alerts - Made
ALTN LAWalert more important than computer fault alerts - Made it so that Auto-firework and Autopilot cannot be used when a component critical to the systems' function has faulted or
ALTN LAWhas been triggered
Fixes
- Fixed an issue related to radar altitude computation that would cause multiple system failures when close to the ground
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:vGbH0Vci"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CWqLEOPt:vGbH0Vci"
}




