promotional bannermobile promotional banner

Fly's Adrenaline

Generation multithreading, but better

File Details

adrenaline-0.0.2.jar

  • R
  • Apr 15, 2026
  • 200.68 KB
  • 5
  • 1.20.6+10
  • Forge

File Name

adrenaline-0.0.2.jar

Supported Versions

  • 1.20-Snapshot
  • 1.20.2-Snapshot
  • 1.20.5-Snapshot
  • 1.20.3-Snapshot
  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

implementation "curse.maven:flys-adrenaline-1497006:7930533"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Added DataFly-backed chunk I/O (ChunkStore) writing chunks to adrenaline_chunks/ with a 20ms coalesce window instead of vanilla region files
  • MixinIOWorker: redirects RegionFileStorage.write to ChunkStore, wires result future back to vanilla's IOWorker
  • MixinRegionFileStorage: intercepts read to check ChunkStore before falling through to vanilla region files
  • ChunkStore.init() now called on ServerStartingEvent
  • Added datafly as a mandatory dependency