promotional bannermobile promotional banner

Fly's Adrenaline

Generation multithreading, but better

File Details

adrenaline-0.0.3.jar

  • R
  • Apr 15, 2026
  • 209.87 KB
  • 180
  • 1.20.6+10
  • Forge

File Name

adrenaline-0.0.3.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:7930540"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • MixinChunkSerializer: parallel pre-encoding of chunk sections (blocks + biomes) before ChunkSerializer.write(), cached per-chunk via SectionSerializationCache
  • MixinChunkSerializerRead: parallel pre-decoding of section NBT before ChunkSerializer.read()
  • MixinLevelChunk + SectionSerializationCache: interface to store pre-encoded Tag[][] on LevelChunk
  • MixinPalettedContainer: short-circuits pack() for single-value palettes to skip unnecessary work
  • Fixed: spawn stage jobs were bypassing ChunkJobScheduler footprint conflict detection entirely; now correctly routed through the scheduler like all other stages
  • Removed empty MixinChunkMapSave stub