All versions
mc1.21.10-0.7.2-fabric
Release
Sodium 0.7.2 for Fabric 1.21.109 months ago 5.28M
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client-side
Changes
- Improved the appearance of mipmaps when viewed at extreme angles, especially when looking at fire or tall grass blocks (JellySquid)
- Fixed a crash that could occur under specific circumstances when alpha-blended blocks were re-sorted (Douira)
- Reduced the amount of visual flickering that occurs when pistons and other animated blocks are updated in the world (Douira)
- Reduced the number of nuisance warnings caused by the resource pack compatibility checks (Douira)
- Fixed a problem that caused model faces to render in a different order, which caused some resource packs to break (2190303755)
- Added support for Fabric's Item Rendering APIs, which at the time of Minecraft 1.21.9's release were not yet fully implemented in Indigo (IMS, Pepper)
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:VTidoe6U"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AANobbMI:VTidoe6U"
}

