Tags
Creators
Details
Licensed LGPL-3.0-only
Created 4 years ago
Updated last year
All versions
0.5.4+mc1.20.4-build.115
Release
[NeoForge 1.20.4] v0.5.43 years ago 1,669
Compatibility
Minecraft: Java Edition
1.20.4
Platform
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Changes
- 1aeb549 - Update hu_hu.json
- 404683f - Merge branch '1.20.x/stable' of https://github.com/FlashyReese/sodium-extra-fabric into 1.20.x/stable
- 381552d - Merge branch '1.20.x/dev' into 1.20.x/stable
- 78ebf76 - fix: Resolve node.js actions deprecation, Avoid chmod. (#375)
- 946d42d - change: Fix locale (#372)
- a1271c2 - change: Pull translations from Crowdin
- 4cbb764 - new: Add missing particle locales
- 9a0e0bd - change: Fix locale (#372)
- ea99114 - change: Bump mod version to
0.5.4 - adae827 - change: Update for Sodium 0.5.6
- 4f04f29 - change: Pull translations from Crowdin
- 4bcff53 - change: Bump dependencies
- 5fe709c - change: Use suggested fog color changes
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| rubidium-extra-0.5.4+mc1.20.4-build.115-sources.jar | Unknown | 280.64 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:oY2B1pjg:pxLydQhu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oY2B1pjg:pxLydQhu"
}

