Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 3 years ago
All versions
1.3.0
Release
Elytra Aeronautics 1.3.03 years ago 270
Compatibility
Minecraft: Java Edition
1.20
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Players won't load or generate chunks now if they fly above a certain speed or altitude.
- These thresholds can be configured, and even used independently from the other.
- This feature can be compleately disabled if desired.
- Made improvements to the configuration command, it now properly suggests arguments when using it on dedicated servers.
- Greately improved the help texts for each setting of the configuration command, they are now brief, tell their possible options and their default value.
- Made improvements to how flight configuration updates for all players on a server after it is configured, now it updates right after the config command is executed (previously it updated when someone began to fly).
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:RFqWFWvZ:sSpRua86"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RFqWFWvZ:sSpRua86"
}

