Tags
Creators
Details
All versions
mc1.21.1-0.6.1-fabric
Release
Sodium 0.6.1 for Fabric 1.21.12 years ago 144.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
This release fixes a number of issues in Sodium 0.6.0, and it is recommended that all players install this update.
- Improved the driver workarounds for NVIDIA GPUs on Windows, potentially improving performance on laptops with hybrid graphics.
- Improved the occlusion culling code so that it can be skipped when chunk updates do not modify the connected-ness of chunk sections, improving performance slightly in some scenarios.
- Fixed a bug where clouds would render incorrectly (on the wrong framebuffer) when Fabulous! mode is used.
- Fixed a bug with color blending that would cause some animated textures to flicker or render incorrectly, especially with shader packs.
- Fixed some issues with translucent block rendering that could occur due to draw calls not being correctly sorted.
- Fixed a bug where very large block entities in nearby chunk sections would be incorrectly culled.
- Added optimized block models for Cauldrons, Brewing Stands, and Bells.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:AANobbMI:r9o9ggVu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AANobbMI:r9o9ggVu"
}

