promotional bannermobile promotional banner

Adaptive Optimization(reborn)

"A mod that dynamically optimizes Minecraft performance based on system load and in-game conditions."

File Details

adaptiveoptimization-8.5.2.jar

  • R
  • Jan 6, 2026
  • 36.82 KB
  • 4.9K
  • 1.20.1
  • Forge

File Name

adaptiveoptimization-8.5.2.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:adaptive-optimization-1090956:7423844")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

* FIX 8.5.2 (crash):
* - Background executor lifecycle is restart-safe:
* - Worker is recreated on each server start.
* - queueEvolve/queueSave handle RejectedExecutionException safely and never crash tick loop.
* - stop() saves synchronously and shuts down worker after server is nulled, preventing post-stop scheduling.