Performance go brrr.
As of 1.5, we've reworked major parts of the mod, so there may be conflicts with other optimization mods such as Moonrise and C2ME. Versions below should be mostly compatible without any major issues.
Generator Accelerator is a massive optimization mod featuring many noise and concurrent chunk management optimizations. This mod provides significant performance boost on servers and singleplayer worlds. Instead of many other attempts to recreate another complex system to workaround the whole chunk system, we were using a more invasive approach. We've tried to optimize everything we could touch without breaking most mods by reworking Minecraft worldgen pipelines.
Please note, that this mod is in ALPHA stage of development. Something may break. Something may crash. Here be dragons, do backups.
At the moment of writing, performance boost may vary from the modpack and the user's PC setup. The proper benchmark will appear there a bit later.
Moonrise or C2ME rewrites the chunk system and for many vanilla-like setups its speed is already more than enough.
However, on:
- large modpacks with many worldgen features,
- servers that generate a lot of new terrain,
- aggressive pregen / exploration-heavy gameplay,
- CPU-bound generation scenarios,
…extra parallelism and generator-side optimizations can still provide a noticeable improvement.
That’s where Generator Accelerator comes in!
Download the respective generator-accelerator-<minecraft-version>-<generator-version>.jar and put into the mods folder respectively.
The project as of 31/01/26 is now open-source and licensed under GPLv3 license. You can contribute to the project and help improving the GA project by creating PR. We're still learning and there can be mistakes by us, so don't hestitate to contact us through Issues or PRs for any problems or incompatibilities.
1.5 versions and beyond are under Polyform Shield 1.0.0 License.
If you believe that we forgot something for attribution, please raise up an Issue so we could fix it immediately, thank you.
MixinConfiguredFeature and MixinOreFeature. Also MixinNoiseBasedAquifer$optimize_noise and MixinBeardifier were used as part of the CanvasMC project logic, which is originally from C2ME too.This project is so huge, so it is very hard to maintain this across Minecraft versions. At the moment, Forge/Fabric 1.20.1 and Fabric/NeoForge 1.21.1 are the only versions/modloaders supported at the moment.