Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
All versions
mc1.16.5-0.4.4
Release
Sodium Extra 0.4.4 for Minecraft 1.16.54 years ago 984
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Fabric
Supported environments
Client-side
Changes
Some Notable Changes
- New: Add adaptive sync support (Thanks to @IMS212)
- New: Add beacon beam toggle
- New: Add overlay when light updates are disabled (#194 by @Madis0)
- Change: Update Simplified Chinese translations by @7777777-4547
- Change: Update Polish translations by @Radplay
- Change: Update Estonian translations by @Madis0
- Change: Update Russian translations by @Felix14-v2
- Change: Remove OpenGL Debug Output (Iris has a native toggle, Vanilla's default implementation is somewhat broken)
- Change: Remove formatting from modified vanilla resource pack strings (#198 by @Madis0)
- Change: Fix CaffeineConfig Java requirements for Fabric Loader
>=0.14 - Other minor changes
Full Changelog: https://github.com/FlashyReese/sodium-extra-fabric/compare/mc1.16.5-0.4.3...mc1.16.5-0.4.4
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| sodium-extra-0.4.4+mc1.16.5-build.37-sources.jar | Unknown | 78.2 KiB |
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:CTXE2AKs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PtjYWJkn:CTXE2AKs"
}

