All versions
1.0.8-1.20.1-forge
Beta
GD656Killicon 1.0.8-1.20.1-forge5 months ago 2.78M
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- 爆炸击杀图标及其字幕格式
- 兼容tacz的命中头部图标及其字幕格式,不再复用1.0.7的暴击逻辑
- 新的人间蒸发和冲击波加分项
- 将滚动图标的原版风格图标直接改为调用可配置的原版资源
- 助攻击败现在不会触发连杀图标
- 使用ClothConfig作为详细配置的可选前置依赖,不再使用YACL
- 将平滑的列表滚动动画加入到历史记录表单中
- 优化了代码结构
- 明确区分服务端与客户端,服务端运行更加流畅
- 对于加分项隐藏动画由下到上依次隐藏
- 所有字幕添加渐隐效果
- 配置界面中右键隐藏元素,直接拉动元素框四角的四个点可直接缩放元素大小
- 元素位置配置重构
- 优化性能
- 优化了大量已知问题
Optional dependencies
Any compatible version
Any compatible version
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:ISsveki5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dWe4hPBb:ISsveki5"
}

