promotional bannermobile promotional banner

Concurrent Chunk Management Engine

A Fabric mod designed to improve the chunk performance of Minecraft.

File Details

0.3.4.0.0 release for 1.21.8

  • R
  • Jul 29, 2025
  • 4.46 MB
  • 198.9K
  • 1.21.8+2
  • Fabric

File Name

c2me-fabric-mc1.21.8-0.3.4.0.0.jar

Supported Versions

  • 1.21.8
  • 1.21.7
  • 1.21.6

Curse Maven Snippet

Fabric

modImplementation "curse.maven:c2me-533097:6825631"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

C2ME 0.3.4.0 for Minecraft 1.21.8 is released

Fixing bugs and improving performance.

Changelog:

  • new: fully threaded scheduling This change removes the need for a scheduler thread and makes ping-pongs between worker threads and the server thread less frequent, which should lower the chunk system latency primarily for Windows users and bring a slight throughput per core improvement to all users.
  • change: aggressively unload and avoid loading unneeded chunks by default
  • change: make stacktraces in errors after multiple retries more readable
  • fix: race condition in handling chunk busy state
  • fix: client movement on misbehaving servers
  • fix: avoid fog color view distance overflow on large render distances
  • fix: UpgradeData serialization in gcFreeChunkSerializer