So what is C2ME?
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.
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 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.
Branch development status
Branch | Status |
---|---|
fabric/ver/1.16.5 | Inactive |
fabric/ver/1.17 | Active |
forge/ver/1.16.5 | Partial1, Inactive |
forge/ver/1.17 | Waiting for forge |
Downloads
You can find semi-stable releases here: https://github.com/ishlandbukkit/C2ME-fabric/releases
You can find development builds here: https://ci.codemc.io/job/ishlandbukkit/job/C2ME-fabric
Mod compatibility
Fabric known compatible2 content mods:
- Terra 5.4.1-BETA+efd1665
- BetterEnd 0.10.5-pre
- BetterNether 5.1.3
- RepurposedStructures-Fabric 2.2.0+1.17.1
- Bumblezone-Fabric 3.0.9+1.17.1
- Vanilla+ Biomes 0.3.2 for 1.17
- River Redux 0.2.0 for 1.17
- Cave Biomes 0.6.3 for 1.17
- Traverse v4.0.0-beta.2 for 1.17.1
- YUNG's Better Mineshafts (Fabric) v1.0.1
- YUNG's Better Strongholds (Fabric) v1.1.1
- YUNG's Better Dongeons (Fabric) v1.0.2
- Charm 3.3.2
- The Graveyard 1.4 (FABRIC) for 1.17-1.17.1
All of Fabric 4 - 0.0.9 should work without crashes now.
Support
Our issue tracker: link
Our discord server: link
Building and setting up
JDK 16+ is required to build and use C2ME
Run the following commands in the root directory:
./gradlew clean build
License
License information can be found here.
评论