promotional bannermobile promotional banner

Concurrent Chunk Management Engine

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

File Details

0.3.4+beta.1.0 preview for 1.21.7

  • B
  • Jul 6, 2025
  • 4.46 MB
  • 68.5K
  • 1.21.7
  • Fabric

File Name

c2me-fabric-mc1.21.7-0.3.4+beta.1.0.jar

Supported Versions

  • 1.21.7

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

C2ME 0.3.4+beta.1 for Minecraft 1.21.7 is released

Beta for 1.21.7, 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