Noisium (Unofficial port)
Modby coco_31240
It's a port of noisium for forge.
Downloads
3,364,542
Type
Mod
CurseForge ID
951546
Last Updated
Apr 9, 2026
Description
It's a port of noisium for forge.
* [Original mod](https://modrinth.com/mod/noisium)
# 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).
Similar Mods
oωo (owo-lib)
A general utility, GUI and config library for modding on Fabric and Quilt
LootJS: KubeJS Addon
Add functionality for packdevs to modify global loot modifications through KubeJS
Bookshelf
An open source library for other mods!
Chat Heads
See who you're chatting with!
BountifulBaubles
Adds a variety of baubles and other items inspired by Terraria and other games.
Cardinal Components API
API for data-driven content