Tags
Creators
Details
2.4
Compatibility
Changes
마크라이더 랭킹 타임어택 V2.4 업데이트
---- NEW ----
● [UI/UX 개선]
- 트랙 카드에 트랙 이미지 추가 (서드파티, 메이플, 소닉 테마 트랙들은 추후에 업데이트 됩니다)
● [신규 기능]
- 도전 타임어택 출시
도전 타임어택
자신 또는 상대의 랭킹 카드를 펼치면 '𝒗𝒔' 버튼을 누르면 도전 타임어택이 활성화 됩니다.
해당 랭킹 카드의 트랙과 적용된 모드가 똑같을 때 도전 타임어택이 시작됩니다.
자신 또는 상대의 기록이 제한 시간으로 설정되어 트랙을 달릴 수 있습니다. (제한 시간이 지나면 자동으로 게임이 중단됩니다.)
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:DTQTWvah"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PCc5j8Au:DTQTWvah"
}

