Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.64 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.64 KB

C2ME icon

C^2M-Engine (Forge port)

Github-CI CodeMC Discord

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

So what is C2ME?

C^2M-Engine, or C2ME for short, is a Forge 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 Starlight.

What does C2ME stand for?

Concurrent chunk management engine, it's about making the game better threaded and more scalable in regard to world gen and chunk io performance.

So what is C2ME not?

C2ME is not production ready and still pretty experimental. So backup your worlds and practice good game modding skills.

Building and setting up

Run the following commands in the root directory:

./gradlew clean build

License

License information can be found here.

Statistics