Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 6 days ago
All versions
1.2.7+1.21.11
Release
Music Hud 1.2.7+1.21.112 months ago 45
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Platform
Experimentally supports 1.21.1 (with all functions, in alpha, finally...)
Potential Issues
Feel free to submit issues on GitHub
- Bad performance
- Bad compatibility with other mods modified render pipelines
- Bad stability
Client
Fix
- Illegal status bugs caused by bad event handling
- Logging out turns connecting mode to not_connected
- Crash caused by LoginView's internal invalid status
Improve
- Using explicit color space (SRGB) on image processing
Server
Fix
- API server manager wrongly calls client side codes
- Illegal status bug caused by bad event handling
平台
对 1.21.1 的实验性支持(拥有全部功能,alpha 阶段,终于...)
潜在问题
如遇到问题请在 GitHub 上提交议题
- 低性能
- 与其他修改渲染管线的模组的兼容性
- 低稳定性
客户端
修复
- 事件处理状态问题导致的 Bugs
- 登出账户时会被错误地切换到未连接状态
- 登录页中的状态管理出错导致的崩溃
改进
- 显式地在图片处理中使用颜色空间(SRGB)
服务端
修复
- API 管理错误地调用了客户端代码
- 事件处理状态问题导致的 Bugs
Optional dependencies
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:7Rnb6oJr:Jqq4OUu7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Rnb6oJr:Jqq4OUu7"
}




