Links
Creators
Details
Licensed GPL-3.0-only
Published 8 months ago
Updated last month
All versions
1.0.0-B8
Beta
FZH 1.0.0-B8last month 15
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Changes
1.0.0 Beta 8
新内容
- 新增 玩家隐藏 功能,默认快捷键为
H,可在游戏设置中自行改动。 - 新增 将 _447 加入到了贡献者列表。
- 修复 始终显示选项启用后没有实际效果 的问题。
- 修改 更新了模组 logo。
- 修改 现在 FZH 返回的成功加载日志会根据系统语言自动输出:简体中文,繁体中文,英语 三个语言。
- 修复 主菜单意外出现
DEBUG按钮 的问题。 - 优化 大幅度修改模组代码结构。
- 优化 移除了
/fzh指令。(/fzhhud/fzhconfig仍可正常使用)
2026年7月3日 19:50:00
贡献者
- YHSabc233
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:Wb6NYLjN:WbBiZmrB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Wb6NYLjN:WbBiZmrB"
}

