C^2M-Engine, or C2ME for short, is a Fabric mod designed to improve the performance of chunk generation, I/O, and loading. This is done by taking advantage of multiple CPU cores in parallel. For the best performance it is recommended to use C2ME with Lithium and Starlight.
Concurrent chunk management engine, it's about making the game better threaded and more scalable in regard to world gen and chunk io performance.
C2ME is currently in alpha stage and pretty experimental.
Although it is usable in most cases and tested during build time, it doesn't mean that it is fully stable for a production server.
So backup your worlds and practice good game modding skills.
Modrinth: https://modrinth.com/mod/c2me-fabric CurseForge: https://www.curseforge.com/minecraft/mc-mods/c2me-fabric
Only the latest Minecraft release and the latest Minecraft snapshot are fully supported. Older Minecraft releases are in long-term support and will receive critical bug fixes. Older Minecraft snapshots are not supported.
Our issue tracker: link
Our discord server: link
JDK 22+, Clang 18+ and MinGW are required to build C2ME
Run the following commands in the root directory:
git submodule update --init --recursive
./gradlew clean build
License information can be found here.