Sodium 0.7.0 [Fabric, Quilt] for Minecraft 1.21.9 – 1.21.10

On this page you can download Sodium mod 0.7.0 for Minecraft 1.21.9 or 1.21.10. This Sodium mod version works only with Fabric and Quilt mod launchers. NeoForge Sodium version 0.7.0 for Minecraft 1.21.9 and 1.21.10 does not exist!

Download Sodium 0.7.0 for Minecraft 1.21.9 and 1.21.10

This update introduces a wide range of performance improvements, rendering upgrades, and important bug fixes. Nearly every part of the rendering pipeline, from chunk meshing to translucent geometry, has been refined to achieve smoother gameplay, more stable frame rates, and better visual accuracy in both vanilla and modded environments.

Click on the button below to quickly download Sodium Fabric 0.7.0:

Type: Release (stable)
Sodium version: 0.7.0
Supported Minecraft versions: 1.21.9, 1.21.10
Supported Mod Loaders: Fabric, Quilt
Size: 1.57 MB
Release Date: September 30, 2025

How to Install Sodium 0.7.0 in Minecraft if you have Fabric or Quilt mod launchers?

Changes in Sodium 0.7.0 Fabric and Quilt

Major Improvements

Accurate Rendering for Complex Translucent Geometry

Translucent objects, such as waterlogged stained glass panes and many modded blocks with overlapping transparency, are now displayed with perfect visual accuracy. This is achieved through a new quad-splitting translucency sorting system, which correctly handles the rendering order of transparent surfaces.

Effect: Previously, overlapping transparent materials could appear incorrectly layered or semi-broken. With this improvement, translucent blocks now look exactly as intended, without any measurable performance cost in normal gameplay. This upgrade dramatically enhances visual fidelity for creative builds and complex modded environments.

Smarter, Frame-Rate-Independent Chunk Meshing

The chunk meshing task system has been completely decoupled from the frame rate. Chunks now generate and mesh consistently, even when the game is running at low FPS or on systems with fewer CPU threads. A newly tuned scheduler powered by machine learning techniques dynamically balances workload distribution, preventing slowdowns when exploring or loading new areas.

Effect: This means smoother world loading and fewer frame drops during chunk generation. Even on lower-end hardware, chunk updates happen efficiently and without overloading the rendering thread.

Optimized Terrain Rendering and Static Camera Caching

Terrain rendering performance has been boosted across several systems. When the camera is stationary, a new per-region caching system reduces redundant rendering work, improving efficiency without visual compromise.

Effect: This change enhances frame rate stability when standing still or performing tasks in one area for extended periods, reducing unnecessary GPU workload.

Entity and Particle Rendering Enhancements

Entity rendering now uses faster vertex sorting methods, significantly improving performance in scenes with many active entities. Particle rendering has also been streamlined for better handling of effects-heavy environments.

Effect: Players will notice smoother frame rates during intense scenes, such as large battles or areas with many particle effects like smoke, fire, or rain.

New Optimizations and Features

  • Introduced quad-splitting translucency sorting for flawless rendering of intersecting transparent objects. (douira)
  • Terrain rendering optimized via combined draw commands, boosting efficiency on certain systems. (douira)
  • Static camera optimization added using draw batch caching for higher frame rates when stationary. (douira)
  • Entity rendering accelerated with improved vertex sorting. (JellySquid)
  • Chunk loading and frame stability refined through adaptive task effort estimation and frame-rate-independent scheduling. (douira)
  • Frame time stability improved by limiting the number of chunks uploaded per frame using intelligent size estimation. (douira)
  • Particle rendering optimized for better performance in visually dense scenes. (MoePus)

Changes and Fixes

  • Reduced memory consumption in the upload buffer for improved efficiency. (IMS, douira)
  • Optimized and corrected block models, improving both accuracy and performance. (muzikbike)
  • Enhanced accessibility and localization, making the interface more understandable and translation-friendly. (MeeniMc, Madis0, contariaa)
  • Added debug mode and safety features to detect off-thread rendering issues early. (JellySquid)
  • Improved mod compatibility with the updated sprite animation system. (contariaa)

Other Bug Fixes

  • Fixed a minor memory leak that could occur over time. (JellySquid)
  • Resolved multiple translucency sorting issues affecting large coordinates and complex shapes. (douira)
  • Fixed terrain rendering errors when the player camera moved outside loaded regions, using bitmap-based visibility checks. (douira)
  • Corrected fog animation jitter, ensuring smoother atmospheric effects. (cortex, douira)
  • Eliminated several race conditions and missed chunk updates that caused inconsistent world visuals. (douira)