Перейти к содержимому
Mineforgian

Concurrent Chunk Management Engine (NeoForge)

A mod designed to improve the chunk performance of Minecraft.

1.6M загрузок331 подписчиковMITneoforge

Обновлён 4 июля 2026 г. · опубликован 31 октября 2024 г.

Concurrent Chunk Management Engine (NeoForge)

A mod designed to improve the chunk performance of Minecraft.

Looking for fabric versions?

Looking for experimental hardware-accelerated world generation as well?

So what is C2ME?

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

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.

Vanilla parity

C2ME does not sacrifice vanilla functionality or behavior, or alter the vanilla world generation in the name of raw speed by default. However, due to the non-determinism of vanilla world generation, worlds will vary significantly run-to-run even with the same seed. This is not a bug on our side.

While we carefully check that we do not modify any vanilla behavior, bugs are unavoidable after all. So, if you do encounter an issue where C2ME deviates from the intended vanilla behavior, don't hesitate to open an issue.

Mod and Datapack compatibility

World generation datapacks that can run on vanilla Minecraft are fully supported.
Custom world generators implemented in mods usually runs well, but may cause compatibility issues due to certain design assumption used by mod authors being broken for further speedups of world generation.
As a world generation mod author, if you find your mod broken, don't hesitate to look for help in our discord server (linked below). We are willing to help mod authors to embrace scalable world generation.

Undefined behavior sanitization

C2ME includes CheckedThreadLocalRandom for world random (included in UWRAD) plus a few others. These detections exist to prevent mods from screwing up Minecraft internals and causing undebuggable problems.
The detection should almost never produce false positives, and should be taken seriously and reported to corresponding mod authors instead.

Usage notice

Backup your worlds and practice good game modding skills.

Support status for Minecraft versions

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.

Support

Our issue tracker: link
Our discord server: link

More information

Check out the README.md here: https://github.com/RelativityMC/C2ME-neoforge

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.4.2-alpha.0.90+26.2Альфа26.2neoforge4 июля 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.113+1.21.1Альфа1.21.1neoforge30 июня 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.112+1.21.1Альфа1.21.1neoforge24 июня 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.111+1.21.1Альфа1.21.1neoforge24 июня 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.109+1.21.1Альфа1.21.1neoforge23 июня 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.107+1.21.1Альфа1.21.1neoforge22 июня 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.106+1.21.1Альфа1.21.1neoforge22 июня 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.104+1.21.1Альфа1.21.1neoforge21 июня 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.91+26.1.2Альфа26.1.2neoforge21 июня 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.103+1.21.1Альфа1.21.1neoforge21 июня 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.90+26.1.2Альфа26.1.2neoforge21 июня 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.102+1.21.1Альфа1.21.1neoforge21 июня 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.89+26.1.2Альфа26.1.2neoforge21 июня 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.101+1.21.1Альфа1.21.1neoforge21 июня 2026 г..jar (3.5 МБ)
0.4.0-alpha.0.88+26.1.2Альфа26.1.2neoforge19 июня 2026 г..jar (3.5 МБ)

Показаны последние 15 из 90 версий. Все версии — на Modrinth.

Ченджлог

0.4.2-alpha.0.90+26.2Альфа26.2 · 4 июля 2026 г.

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 4bf03753 build: trigger the build - ishland
0.4.0-alpha.0.113+1.21.1Альфа1.21.1 · 30 июня 2026 г.

This version is uploaded automatically by GitHub Actions.

Changelog:

0.4.0-alpha.0.112+1.21.1Альфа1.21.1 · 24 июня 2026 г.

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 057dc44d fix: bandaid for create aeronautics - ishland
0.4.0-alpha.0.111+1.21.1Альфа1.21.1 · 24 июня 2026 г.

This version is uploaded automatically by GitHub Actions.

Changelog:

0.4.0-alpha.0.109+1.21.1Альфа1.21.1 · 23 июня 2026 г.

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 08ba155b Updated Upstream - ishland
  • 4c389e99 fix: pull in "suppress java version error" - ishland
0.4.0-alpha.0.107+1.21.1Альфа1.21.1 · 22 июня 2026 г.

This version is uploaded automatically by GitHub Actions.

Changelog:

0.4.0-alpha.0.106+1.21.1Альфа1.21.1 · 22 июня 2026 г.

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 6005d7b1 fix: lower block entity warning to debug - ishland
  • 3cf73242 fix: enable delayFullChunkEvents - ishland
0.4.0-alpha.0.104+1.21.1Альфа1.21.1 · 21 июня 2026 г.

This version is uploaded automatically by GitHub Actions.

Changelog:

  • d572c947 fix: reapply "stop-gap solution for create virtual render world" - ishland

Полная история изменений — на Modrinth.

Комментарии

Загружаем…