
This mod is a fork of the orignal and now unmaintained mod Noisium. The fork intends to maintain compatibility with future Minecraft versions.
Optimises worldgen performance for a better gameplay experience.
Noisium changes some world generation functions that other mods don't touch, to fill in the gaps left by other performance optimisation mods. Most notably, NoiseChunkGenerator#populateNoise is optimised to speed up block state placement when generating new chunks.
Setting the block state via abstractions/built-in functions is bypassed. Instead, the block states are set directly in the palette storage, thus bypassing calculations Minecraft does that are normally useful when block states are set, but when generating the world only slow it down.
There are also 3 other optimisations, that increase biome population speed, block state sampling speed and chunk unlocking speed (Minecraft 1.21 and up) during world generation.
Noisium has full 1:1 parity with vanilla Minecraft world generation (world generation without Noisium).
The performance difference is variable, between a few seconds to a few dozen seconds faster depending on the amount of chunks generated.
See the below Spark profiles for the differences in performance:
None.
Noisium should be compatible with most, if not all, of the popular optimisation mods currently on Modrinth/CurseForge for Noisium's supported Minecraft versions, since Noisium aims to fill in the gaps in performance optimisation left by other mods. This includes (but is not limited to) C2ME, Lithium, Nvidium, and Sodium.
v1.0.2. It's suggested to run C2ME alongside Noisium for even better world generation performance.See the issue tracker for a list of incompatibilities.
See the version info in the filename for the supported Minecraft versions.
Made for the Fabric, Quilt, and NeoForge modloaders.
Server-side.
This project is licensed under LGPLv3, see LICENSE.