Tags
Creators
Details
Licensed LGPL-3.0-only
Created 4 years ago
Updated last year
All versions
0.5.6+mc1.20.6-build.123
Release
[NeoForge 1.20.6] v0.5.62 years ago 2,473
Compatibility
Minecraft: Java Edition
1.20.6
Platform
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Changes
- d72654f - Update repo
- 03e4807 - Use embeddium api
- ca4a224 - Merge branch '1.20.x/stable' of https://github.com/FlashyReese/sodium-extra-fabric into 1.20.x/stable
- a43a216 - Merge branch '1.20.x/dev' into 1.20.x/stable
- 0a7e88e - change: Update for Sodium 0.5.9
- 6505feb - change: Pull translations from Crowdin
- 85164c4 - change: Update Discord links
- 1ec37f4 - change: Pull translations from Crowdin
- 7d661fb - change: Update version string
- c68fc1d - Merge branch '1.20.x/dev' into 1.20.x/stable
- d7d02ab - change: Bump mod version to
0.5.5 - cb55cae - change: Mark incompatibility with Iris
<1.7.0 - 34d5c6d - change: Update Iris compat paths
- de02556 - change: Fix hud not hiding when using F1
- db54871 - new: Add beacon beam limit
- a7ddb20 - Merge branch '1.20.x/dev' into 1.20.x/stable
- cdb15d7 - change: Add hard requirements for 1.20.5
- f9b2c1a - Merge branch '1.20.x/dev' into 1.20.x/stable
- 086ddef - change: Update for 1.20.5
- 530e674 - change: Update WVA to v2. (#377)
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| rubidium-extra-0.5.6+mc1.20.6-build.123-sources.jar | Unknown | 287.36 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:QZE51UwC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oY2B1pjg:QZE51UwC"
}

