Noisium (Unofficial forge port)

Noisium (Unofficial forge port)

Mod

It's an unofficial port for forge of noisium

Server OptimizationWorld Generation

27.0k downloads
9 followers
Created6 months ago
Updated6 months ago

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

It's a port of noisium for forge.

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).


Project members

coco875

Owner


Technical information

License
LGPL-3.0-only
Client side
unsupported
Server side
required
Project ID