Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 3 weeks ago
All versions
mc1.18.1-0.3.8
Release
Sodium Extra 0.3.8 for Minecraft 1.18.15 years ago 2,448
Compatibility
Minecraft: Java Edition
1.18.1
Platform
Fabric
Supported environments
Client-side
Changes
What's Changed
- Updated zh_cn translation by @RawPineapple in https://github.com/FlashyReese/sodium-extra-fabric/pull/117
- Fabric API is no longer required, the necessary module is now bundled along with it.
- Vanilla Fog is no longer forced, this allows other mods like CustomFog/Tweakeroo to modify it when it's set to vanilla fog.
- Added new block break and block breaking particles toggle (it is recommended you get Reese's Sodium Options as it no longer fits on the screen)
- Implemented Mixin Configuration Plugin, which allows users to turn off features when conflicting with other mods.
New Contributors
- @RawPineapple made their first contribution in https://github.com/FlashyReese/sodium-extra-fabric/pull/117
Full Changelog: https://github.com/FlashyReese/sodium-extra-fabric/compare/mc1.18-0.3.7...mc1.18.1-0.3.8
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:xph98Tt6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PtjYWJkn:xph98Tt6"
}

