Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 days ago
Updated 2 days ago
All versions
0.2.5+1.20.1
Beta
Lots of Harm Visualization 0.2.5+1.20.12 days ago 27
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
0.2.5
- compat: 新增playerex联动,兼容其远程暴击机制
- fix: 修复了玩家受伤时不会产生伤害数字的问题
- refactor!: 重构renderer层,不再支持固定位置副文本
- refactor!: 重构manager层,新增替代副文本功能
- refactor!: 重构formatter层
- refactor!: 重构config层,对部分字段进行包装
- refactor!: 重构屏幕投影管线,将fov参数烘焙进了cameraDepth
- refactor!: 重构伤害信息分发方式,现在全部尝试广播给同维度的所有玩家
- refactor!: 重构垂直渐变配色方案,现在下方颜色不会再提高亮度了
- feature: 新增TextProvide系统(客户端),用于根据DamageContext(及其中标记)获取额外显示的文本
- feature: 新增FlagProvide系统(服务端),用于为DamageContext附加标记数据
- feature: 新增EffectTemplate系统,意为动画预设
- feature: 新增DecimalValue,用于存储伤害数值
- feature: 新增秒杀机制,在实体受伤后一秒内击杀视为秒杀,显示内容可配置
- feature: 新增GlobalConfig.receiveOtherPlayer,用于决定是否接收其他玩家造成的伤害信息
- refactor: 部分effect默认参数调整
- misc: 补充javadoc,整理代码
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| LotsOfHarmVisualization-0.2.5+1.20.1-sources.jar | Source jar | 683.38 KiB |
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:CMP7QDQ7:huVgTd1f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CMP7QDQ7:huVgTd1f"
}



