Noisium (Unofficial port)
Modby coco_31240
It's a port of noisium for forge.
Type
Mod
CurseForge Downloads
3,898,688
CurseForge ID
951546
Last Updated
Sep 5, 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).
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Galosphere
This mod aims to improve the underground by adding new cave biomes, mobs, ores... etc
Cut Through
Cleanly swing through transparent blocks like tall grass to hit mobs without breaking said block.
Tech Reborn
Tech Reborn is a completely standalone tech mod including tools and machines to gather resources, process materials, and...
Savage & Ravage
Upgrades upon Illagers and raiding, including new weapons and gear!
Particle Rain
replaces the default weather with particle effects
MixinBootstrap
MixinBootstrap is a temporary way of booting Mixin in a MinecraftForge production environment.