Tags
Creators
Details
Licensed MIT
Published 11 months ago
Updated 4 days ago
All versions
0.4.9-1.20.1
Beta
GD656Killicon 0.4.9-1.20.1-forge11 months ago 25.4K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
【2025.9.14】Beta0.4.9-0055 现在玩家可以在游戏内配置界面进行自定义加分项内容 新增图标预设风格和音效:原版:MC原版风格图标和音效/经典:fps游戏中的图标和音效 加分项字幕滚动动画升级,其变得更加流畅 增加修改框高亮提示框,且修复修改框部分情况无法使用的问题
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:dWe4hPBb:4mKKa0y6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dWe4hPBb:4mKKa0y6"
}

