Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 years ago
Updated 2 days ago
All versions
mc26.2-0.9.4+fabric
Release
[Fabric] Sodium Extra 0.9.4 - Minecraft 26.22 days ago 46.3K
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
What's Changed
- Use EYE_PLANE_ABSOLUTE_NV calculation instead for planar fog distance by @lowercasebtw in https://github.com/FlashyReese/sodium-extra/pull/594
- fix: handle blank tooltip translations by @Tsingloong611 in https://github.com/FlashyReese/sodium-extra/pull/590
- fix: stop using Redirect to improve mod compatibility by @lunaynx in https://github.com/FlashyReese/sodium-extra/pull/599
New Contributors
- @lowercasebtw made their first contribution in https://github.com/FlashyReese/sodium-extra/pull/594
- @Tsingloong611 made their first contribution in https://github.com/FlashyReese/sodium-extra/pull/590
- @lunaynx made their first contribution in https://github.com/FlashyReese/sodium-extra/pull/599
Full Changelog: https://github.com/FlashyReese/sodium-extra/compare/mc26.2-0.9.3...mc26.2-0.9.4
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:PtjYWJkn:kGXOsmfx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PtjYWJkn:kGXOsmfx"
}

