Sodium 0.9.2 released, with beta builds already tracking Minecraft 26.3

Key takeaways

Sodium put out version 0.9.2 on 11 September 2026, covering Minecraft 26.2 and the 26.1.2 line on both Fabric and NeoForge. A day later, on 12 September, beta builds appeared for 26.3-rc-1 and 26.3-rc-2 – the release candidates for a Minecraft version that has not shipped yet. The Fabric build for 26.2 alone had cleared 340,000 downloads by the time the betas went up.

Numbers that size are routine for this project now. Sodium sits at roughly 225 million downloads and 40,385 followers on Modrinth, which makes it the most installed client-side performance mod in Minecraft and, by follower count, the single most followed mod on the platform. What is worth paying attention to in this release is not the version number but the timing.

What actually shipped

Version 0.9.2 is a maintenance release, and the project does not pretend otherwise. There is no new rendering feature attached to it and no settings screen rework. What it does is bring the 26.2 and 26.1.2 builds onto the same code line, with the crash and compatibility fixes that accumulate whenever Minecraft changes its own renderer between drops.

The interesting file in the list is the one nobody needs yet. Publishing 0.9.2-beta.2 against 26.3-rc-1 and 26.3-rc-2 on 12 September means Sodium’s developers were building against Mojang’s release candidates within days of those candidates appearing. Historically, a performance mod that rewrites chunk rendering is one of the last things to update after a Minecraft version lands, and players used to wait weeks. That gap is now effectively gone.

What Sodium does to the renderer

For anyone arriving at this mod for the first time: Sodium replaces Minecraft’s chunk rendering pipeline rather than tuning it. The vanilla renderer rebuilds and submits geometry in a way that leaves a great deal of GPU capacity unused, and Sodium’s approach is to batch that work differently, cull what is not visible more aggressively, and cut the number of draw calls the game issues per frame.

The side effect is that several long-standing visual bugs get fixed on the way. Smooth lighting underwater, which vanilla renders inconsistently, comes out clean. Biome blending is computed as a gradient across each block instead of the blockier vanilla transition. Fluids get smooth lighting for the first time. Block shading is more consistent, which shows up most obviously on stairs and slabs where vanilla shadows can look wrong.

Comparison of biome colour blending at a biome border in Minecraft with and without Sodium
Comparison of biome colour blending at a biome border in Minecraft with and without Sodium

None of that is marketed as a feature list on the download page, and it is the main reason players who do not care about frame rate still run it.

Comparison of water surface lighting in Minecraft showing Sodium's smooth fluid rendering
Comparison of water surface lighting in Minecraft showing Sodium's smooth fluid rendering

Compatibility

Sodium 0.9.2 targets Fabric and NeoForge, with Quilt listed as supported. It is a client-side mod – there is nothing to install on a server, and multiplayer works normally against unmodified servers. The mod ships under the PolyForm Shield license, which is worth knowing if you redistribute modpacks: it permits use and redistribution but blocks competing forks.

Version coverage on the current line runs 26.1, 26.1.1, 26.1.2, 26.2 and the two 26.3 release candidates. Pick the file that matches both your Minecraft version and your loader; the naming convention puts the Minecraft version first, so mc26.2-0.9.2-fabric is the 26.2 Fabric build. Iris Shaders lists Sodium as a required dependency, so anyone running shaders is already running this.

How to update

Delete the old Sodium jar from your mods folder before adding the new one. Two versions of the same mod in the same folder is the most common cause of a failed launch after an update, and the error it produces does not say so clearly.

For the rest of the stack, the performance mod list covers what else is worth adding. Launcher users have it easier: the Modrinth App and Prism Launcher both detect the update from the project page and swap the file. If you run a modpack, wait for the pack to update rather than replacing Sodium yourself – packs pin versions for a reason, and Sodium addons such as Sodium Extra and Reese’s Sodium Options track specific releases.

Should you install the 26.3 beta

Only if you are already playing on a 26.3 release candidate, which almost nobody should be doing on a world they care about. Release candidates are for testing, the beta Sodium build is marked beta for the same reason, and stacking two pre-release pieces of software under a survival world is how people lose bases.

Comparison of block shading on stairs and slabs in Minecraft with and without Sodium
Comparison of block shading on stairs and slabs in Minecraft with and without Sodium

For everyone on a stable version, 0.9.2 is a straightforward update with no reason to delay it. The broader signal matters more than the patch: a community performance mod now ships support for Minecraft versions before Mojang finishes them, which quietly removes the old argument for staying on an older version just to keep your mods working.