Summary
- Sodium Extra 0.9.4 released 16 September 2026 with 26.3 support.
- Reduce Resolution on macOS now uses SDL’s high pixel-density window handling.
- The Wayland fullscreen resolution option was removed – Sodium provides that support now.
- Legacy macOS OpenGL and Vulkan framebuffer workarounds were dropped.
Sodium Extra’s 26.3 release is a good illustration of what happens to a companion mod when the mod it companions grows up. Three of the four notable changes are removals, and all three are removals because Sodium itself now handles the thing.
What Sodium Extra adds
Options. Sodium deliberately ships a small, opinionated settings screen; Sodium Extra adds the long tail – toggles for particles, weather rendering, the sun and moon, fog distance, the toasts in the corner, and a resolution scaler.
Most of it is for low-end machines, where turning off individual visual features recovers frames the main renderer cannot. Some of it is for streamers and screenshot work, where control over what appears on screen matters more than speed.

The macOS resolution change
Reduce Resolution renders the game below native resolution and scales it up – the single most effective frame rate lever on a machine with a high-resolution display and modest graphics, which describes most Macs.
Moving it onto SDL’s high pixel-density handling means using the platform’s own mechanism rather than working around it. That usually produces a sharper result and always produces a more predictable one.
Removals as maturity
A compatibility workaround exists because something upstream was wrong. Keeping it after the upstream fix means carrying code that does nothing, which is how projects become unmaintainable.
Dropping the Wayland fullscreen path, the legacy macOS OpenGL workarounds and the Vulkan framebuffer handling in one release is a project cleaning its own house at a version boundary, which is the right moment to do it.
Fog handling
The release also improved planar and custom fog distance handling. Fog is the most underrated setting in Minecraft performance discussions – it hides distant geometry, which means less of it needs drawing, and turning it off entirely costs more than people realise.
The interaction between fog, render distance and what actually gets drawn comes back to the same mechanism as everything else on screen, and how the game decides what to render covers why two settings that sound unrelated move the same number.

Do you need it?
If Sodium’s own settings screen has what you need, no. If you are trying to squeeze a playable frame rate out of older hardware, yes – the granular toggles are exactly what that situation calls for, and turning off four minor visual features often beats lowering render distance.
Sodium itself is non-optional in a modern setup, and the review covers why the whole performance ecosystem reorganised around it.
Version coverage
- 0.9.4 for 26.3, 26.2 and 26.1.2.
- Fabric and NeoForge builds for each.
Six downloads from one release, all shipped the day after Wilderness Bound. The optimisation layer was across within twenty-four hours, as it is every cycle.
Settings worth changing first
- Reduce Resolution, if you are on a high-DPI display.
- Particles, which are surprisingly expensive in combat and in farms.
- Weather rendering, if you play in a rainy biome.
- Toasts, purely for screenshots.
Those four cover most of the benefit. The rest of the menu is refinement.
Resolution scaling, explained
A 4K display asks the GPU to draw roughly four times as many pixels as a 1080p one for the same view. Minecraft’s geometry is simple; its pixel count on a high-DPI screen is not. Rendering at half resolution and scaling up cuts that cost dramatically and looks surprisingly acceptable, because the game’s art style is already blocky.
On a Mac with an integrated GPU and a Retina display, this one setting routinely doubles frame rate. It is the first thing to try and the last thing most people find.
Settings ranked by what they save
- Resolution scale, on a high-DPI display.
- Render distance, which everyone tries first and which has the worst ratio of visual loss to frames gained.
- Particles, especially in combat and near farms.
- Entity distance, which is separate from render distance and often overlooked.
- Weather and cloud rendering, minor but free.
Why companion mods shrink
Sodium Extra existed to fill gaps in Sodium’s deliberately minimal options screen. As Sodium takes on more platform handling itself, the companion has less to do, and this release is three features smaller than the last.
That is the correct direction. A companion mod that keeps growing is usually a sign the main project has stopped.
Images: Sodium and Iris project galleries on Modrinth.