Tags
Creators
Details
1.7.5
Compatibility
Changes
● [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:Ty8Rg5HT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PCc5j8Au:Ty8Rg5HT"
}

