Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 3 weeks ago
All versions
mc1.16.5-0.4.7
Release
Sodium Extra 0.4.7 for Minecraft 1.16.54 years ago 480
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Fabric
Supported environments
Client-side
Changes
Notable changes
- change: Adaptive Sync toggle moved with Vsync
- fix: Added firework particle toggle fix
- change: Fixed tooltip position
- new: Added player/item frame name tags toggle
- new: Added enchanting table books render toggle
- other minor changes
Full Changelog: https://github.com/FlashyReese/sodium-extra-fabric/compare/mc1.16.5-0.4.6...mc1.16.5-0.4.7
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| sodium-extra-0.4.7+mc1.16.5-build.48-sources.jar | Unknown | 116.45 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:vYMuk2fC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PtjYWJkn:vYMuk2fC"
}

