Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated yesterday
All versions
2.0
Release
MCRiderRanking 2.0last month 33
Compatibility
Minecraft: Java Edition
1.21.5–1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
● [싱글플레이 및 랭킹 환경 개선]
- 싱글플레이 기록 등록 서비스 허용 및 기록 등록 서비스 허용 서버 확대 (싱글플레이 기록 등록 서비스는 마크라이더 3.0이 배포된 이후 오픈됩니다.)
- 싱글플레이 카트바디 성능 검사 시스템
- 랭킹 서버 변경 (기록 열람만 가능)
- 집단어택(고스트 모드, 견인 끄기, 드래프트 끄기 등의 모드가 활성화가 된 상태로 여러명이서 타임어택) 기능 추가
- 어트리뷰트 개편 대응
● [UI/UX 개선]
- 랭킹 정보 보기 박스 제거 -> 아코디언 UI
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:ID9e2PLE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PCc5j8Au:ID9e2PLE"
}

