1.0.0
Compatibility
Changes
v1.0.0 (Current) Added Three operating modes: PREDICT (3GB+), SMOOTH (1.25-3GB), PASSIVE (<1.25GB) Auto-mode selection based on server RAM at startup Adaptive cone system: 45° → 5° during sustained straight flight (up to 80% fewer chunks) Memory-aware throttling: Pauses at configurable memory threshold Skip already-loaded chunks: Eliminates redundant ticket issuing Mod compatibility layer: Detects C2ME, Lithium, and 10+ other mods Modded flight support: Origins, Create, Colytra, Trinkets, Curios, Caelus API In-game commands: /eo stats, /eo toggle, /eo debug, /eo reload SMOOTH mode: Rate-limits chunk loads to 2/tick for mid-spec servers PASSIVE mode: Monitoring only for very low-spec servers Optimized Primitive collections (fastutil LongOpenHashSet) Pre-computed trig tables Thread-local scratch buffers Cached MSPT with 100ms TTL Squared distance comparisons (avoids sqrt)
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:hmzNsGB6:WcITwBbO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hmzNsGB6:WcITwBbO"
}

