Tags
Creators
Details
Licensed LGPL-3.0-only
Created 4 years ago
Updated last year
All versions
0.5.2+mc1.20.1-build.104
Release
Rubidium/Embeddium Extra 0.5.2 for Minecraft 1.20.13 years ago 43.7K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Forge
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Changes
- a7035d3 - Update links in issue templates
- e772c07 - Depend rubidium 0.7.1
- 33e0a82 - Merge branch 'FlashyReese-1.20.x/stable' into 1.20.x/stable
- 859c5ef - Update publish.yml
- 5853c96 - Add oculus to dev
- d60f444 - Fix for Oculus 1.6.9
- 161bf94 - backport to 1.20.1
- b7a3452 - Fix mixin for forge
- f0272fc - Merge branch '1.20.x/stable' of https://github.com/FlashyReese/sodium-extra-fabric into FlashyReese-1.20.x/stable
- 8053982 - Revert "Embeddium?"
- c508525 - Revert "Remove publish to modinth"
- 8825c10 - Merge branch '1.20.x/dev' into 1.20.x/stable
- 1ac5841 - change: Bump to
0.5.2for release - 7844d7f - change: Update to 1.20.2
- 93756ab - change: Update animation list
- fb65bf5 - change: Ignore Y range in occlusion culler
- bb736ca - change: Add basic beacon beam culling
- cdb6398 - Remove publish to modinth
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| rubidium-extra-0.5.2+mc1.20.1-build.104-sources.jar | Unknown | 259.61 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:UCx8ZR14"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oY2B1pjg:UCx8ZR14"
}

