mc1.20.1-0.5.2
Compatibility
Changes
This release fixes some issues that were introduced with Sodium 0.5.x, mostly to improve mod compatibility.
Compatible with Minecraft 1.20.1 only and Fabric Loader 0.14 or newer.
Note: Other mods which are compatible with Sodium 0.5.1 should also be compatible with Sodium 0.5.2, with some notable exceptions (such as Iris Shaders.) You may have to wait for an update from the authors of those mods.
Changes
- Fixed a problem where chunks would not render in front of the player when using mods that disable fog effects.
- Fixed a problem where the game would freeze if using mods that configure the fog distance to far beyond the render distance.
- Fixed a crash that could occur when mods make use of NIO channels on the chunk meshing threads.
- Cauldron blocks no longer force the use of smooth biome color blending for the fluid conetnts.
- Added some additional integrations for ModMenu.
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:6SSPmLc9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AANobbMI:6SSPmLc9"
}

