mc26.1.2-0.8.11-fabric
Compatibility
Changes
Sodium 0.8.11 for Minecraft 26.1.2 makes some improvements to the options UI, introduces a new automatic publishing system, fixes some bugs, and introduces some small performance optimizations.
- Workflow and Gradle based publishing setup with changelog system (#3575, #3622)
- Invalidate cached search index sources to be properly indexed after language switch
- Jump to the mod's options when its header in the page list is clicked
- Show that an entry in the options page list leads to an external page more clearly
- Hide options search bar clear button when search bar is empty
- Implement Alt shortcuts and ESC discard behavior (#2769) (#3604)
- Reset button for options with hold-shift to reset functionality
- Fix rare translucency sorting crash when repeatedly interacting with specific chunks with some resource packs (#3609)
- Make the filtering mode configurable with an option and change the default to nearest
- Fix animated sprite mipping (#3619)
- Add caching to
GlStateManager#glViewport(#3309) - Add support for new fabric color provider API
- Fix tint on neoforge when blocks are rendered as items (#3615)
- Fix the animation when fluid sprites are obtained directly via FluidModel (#3630)
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:ff7xUQLH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AANobbMI:ff7xUQLH"
}

