0.9.0-beta.2
Compatibility
Required content
Changes
Mob Health Display 0.9.0 Beta 2
This update focuses on localization and interface-language support.
New Features
-
Added Simplified Chinese and English configuration interfaces
-
Added three interface language modes:
- Follow Minecraft
- 简体中文
- English
-
Added automatic language selection based on the current Minecraft language
-
Added the ability to change the mod language without changing Minecraft's global language
-
The configuration screen now refreshes immediately after switching languages
-
The selected language mode is automatically saved
-
Existing configuration files from Beta 1 remain compatible
-
Localized configuration titles, option names, buttons, status text, units, and descriptions
Existing Features
- Configurable target health HUD
- Current and maximum health display
- Colored health bar and delayed damage indicator
- Target armor display
- Real-time entity preview
- Crosshair target detection
- Combat target locking
- Animated target outlines
- Pink and blue hit tint effects
- Normal and critical-hit particles
- Configurable HUD position, scale, and transparency
- Configurable particle quantity, speed, gravity, drag, size, and lifetime
Requirements
- Minecraft 26.1.2
- Fabric Loader
- Fabric API
- Java 25
Notes
- Client-side only
- Servers do not need to install the mod
- This version is still in public beta
- Compatibility with every HUD, shader, interface replacement, and rendering mod is not guaranteed
- Some Iris shader configurations may produce target-outline rendering warnings or visual differences
中文更新说明
本次更新主要增加配置界面的本地化与语言切换功能。
新增功能
-
新增简体中文和英文配置界面
-
新增三种界面语言模式:
- 跟随游戏
- 简体中文
- English
-
“跟随游戏”模式会根据 Minecraft 当前语言自动选择界面语言
-
支持在不修改 Minecraft 全局语言的情况下,单独切换模组界面语言
-
切换语言后,当前配置页面会立即刷新
-
语言选择会自动保存
-
兼容 Beta 1 版本生成的旧配置文件
-
配置标题、选项名称、按钮、状态文字、单位和说明均已完成中英文适配
注意事项
- 本模组仅需安装在客户端
- 服务器无需安装本模组
- 当前版本仍处于公开测试阶段
- 尚未保证与所有 HUD、光影、界面替换和渲染类模组兼容
- 部分 Iris 光影环境下,目标轮廓可能产生渲染警告或显示差异
- 遇到问题时,请保留并提供
latest.log
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:WSVBzSnn:73puihqV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WSVBzSnn:73puihqV"
}

