Compatibility
Minecraft: Java Edition
26.1.2
1.21.1
Platforms
Supported environments
Client and server
Tags
Creators
Details
![]()
Ragium
Ragium is a simple tech Minecraft mod for vanilla expansion and automation.
This mod is licensed under MPL-2.0
| Version | Support |
|---|---|
| 1.20.1 | ā |
| 1.21.1 | ā³ |
| 26.1.2 | š |
| 26.x | ā³ |
š Primary support | ā Supported | ā³ Planned | ā Not supported yet | š« Unsupported
Downloads
| Platform | Main jar | Source jar | Javadoc jar |
|---|---|---|---|
| CurseForge | ā | š« | š« |
| Modrinth | ā | ā | ā |
| GitHub | ā | ā | š« |
Required Dependencies
Optional Dependencies
Contribution
Maven Repository
Groovy
repositories {
// Maven Central
mavenCentral()
// Modrinth Maven
// maven {
// url = "https://api.modrinth.com/maven"
// content {
// includeGroup "maven.modrinth"
// }
// }
}
dependencies {
// Maven Central
implementation "io.github.hiiragi283:ragium:VERSION"
// Modrinth Maven
// implementation "maven.modrinth:ragium:VERSION"
}
Kotlin
repositories {
// Maven Central
mavenCentral()
// Modrinth Maven
// maven(url = "https://api.modrinth.com/maven") {
// content {
// includeGroup("maven.modrinth")
// }
// }
}
dependencies {
// Maven Central
implementation("io.github.hiiragi283:ragium:VERSION")
// Modrinth Maven
// implementation("maven.modrinth:ragium:VERSION")
}


