Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated yesterday
All versions
2.1
Release
MCRiderRanking 2.1last month 23
Compatibility
Minecraft: Java Edition
1.21.5–1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
● [싱글플레이 및 랭킹 환경 개선]
- 싱글플레이 기록 등록 서비스 일부 제한(무조건 멀티 로비에서만 기록 등록 가능)
● [바퀴(LAP)별 기록 추가]
- 기록 데이터에 바퀴별 기록이 같이 등록됩니다. 또한 랭킹 박스에서 확인할 수 있습니다. (구버전 데이터는 미표시)
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:PCc5j8Au:6n6mb2Py"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PCc5j8Au:6n6mb2Py"
}

