All versions
5.1.1+mc1.21.4-fabric
Beta
[Fabric 1.21.4] v5.1.1last year 299.3K
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
- aff7b38 - Merge pull request #133 from dima-dencep/1.21.x/dev
- 69ce4c7 - Bump version
- 46e4f9e - Fix #131
- 3cb0cf8 - Fix #130
- 64e4bae - Fix #132
- 5ca1a56 - Merge branch '1.21.x/dev' of https://github.com/dima-dencep/rrls into 1.21.x/dev
- db411f9 - 2025
- 2d2490d - Update deps
- e48e188 - Translation update (#127)
- 9fccbdc - Update Traditional Chinese
zh_tw.json - 964ee67 - Some fixes
- 725cfcb - Fix easeAlpha
- ae03de4 - Merge pull request #124 from dima-dencep/1.21.x/dev
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:ZP7xHXtw:RdsFXVn2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZP7xHXtw:RdsFXVn2"
}

