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
- 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

