Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Noisium icon

Noisium

Optimises worldgen performance for a better gameplay experience.

The improvements lie between a 20-30% speedup when generating new chunks in vanilla Minecraft (benchmarked on 1.20.1 Fabric).

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 blockstate placement when generating new chunks. There are also 3 other smaller optimisations, that increase biome population speed, chunk unlocking speed, and the speed of sampling blockstates for generation.
In NoiseChunkGenerator#populateNoise, setting the blockstate via abstractions/built-in functions is bypassed. Instead, the blocks are set directly in the palette storage, thus bypassing a lot of calculations and things Minecraft does that are normally useful when blocks are set, but when generating the world only slow it down, this is a cycle optimisation.

Noisium has full 1:1 parity with vanilla worldgen (worldgen without Noisium).

Dependencies

Required

None.

Compatibility info

Compatible mods

Noisium should be compatible with most, if not all, of the popular optimisation mods currently on Modrinth/CurseForge for Minecraft 1.20.x, 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.

  • Distant Horizons: Noisium speeds up LOD world generation threads, since LOD generation depends on Minecraft's world generation speed.

Incompatibilities

See the issue tracker for a list of incompatibilities.

Download

GitHub Modrinth CurseForge

Fabric Quilt Forge NeoForge

See the version info in the filename for the supported Minecraft versions.
Made for the Fabric, Quilt, Forge, and NeoForge modloaders. The merged JAR works on all aforementioned modloaders.
Server side.

FAQ

  • Q: Will you be backporting this mod to lower Minecraft versions?
    A: No.

  • Q: Does this mod work in multiplayer?
    A: Yes, but it'll only improve performance on the server.

  • Q: Does only the server need this mod or does the client need it too?
    A: Only the server needs this mod (but it works on the client too if you're going to host LAN or play singleplayer).

Attribution

  • Thanks to Builderb0y for giving great starting points and helping with some issues.

License

This project is licensed under LGPLv3, see LICENSE.

External resources



Project members

Steveplays

Owner


Technical information

License
LGPL-3.0-or-later
Client side
unsupported
Server side
required
Project ID