
Sodium
The fastest and most compatible rendering optimization mod for Minecraft. Now available for both NeoForge and Fabric!
Optimization mod that focuses on things other than rendering
Downloads
24.7M
Followers
2,612
Updated
6 days ago
License
MIT License
- **Avoid updating lightmap**
Updating lightmap textures are one of the most expensive parts of the client tick. During each tick, the client will do vector math to calculate lightmaps for blocks and the sky, then upload that new texture to the GPU. However, this can be completely avoided and cached if nothing affecting block brightness has changed. This mod will cancel lightmap updates if nothing that changes block brightness (e.g. gamma slider, potion effects, dimension) has changed. - **Don't do debug logic if we don't need to**
Minecraft has four debug renderers that can be activated with a debug server: bees, game events, game test and villager AI. Even if there's nothing to process, the logic for these debug renderers are still executed. This mod will only execute them if debug is enabled and there is data from the server to process. - **Sky color calculation optimizations** (1.21.10 and below)
Minecraft uses a cubic color sampler every frame to calculate the current sky color. This function loops 216 times to factor in surrounding biomes, even if all surrounding biomes are identical or have identical sky colors. This mod makes the color sampler only used if you are between biomes with different sky colors, and caches it for each tick. Otherwise, a shorter, simpler and faster sky color calculation is used.
That's a few of them, at least. You can disable any optimization in the config file if you need to.
Without toasts, it goes from *1926-1955 FPS*:

To 2008-2023 FPS:

And with toasts, it goes from *1351-1384 FPS*:

To *1414-1458 FPS*:


The fastest and most compatible rendering optimization mod for Minecraft. Now available for both NeoForge and Fabric!

A modern shader pack loader for Minecraft intended to be compatible with existing OptiFine shader packs

Using async path-tracing to hide Block-/Entities that are not visible

Memory usage optimizations

No-compromises game logic optimization mod. Well suited for clients and servers of all kinds. Now available for Fabric and NeoForge!

Speed up immediate mode rendering in Minecraft

A Sodium addon that adds features that shouldn't be in Sodium.

All-in-one mod that improves performance, reduces memory usage, and fixes many bugs. Compatible with all your favorite performance mods!