Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 6 days ago
All versions
1.2.8+1.21.9-10
Release
Music Hud 1.2.8+1.21.9-102 months ago 5
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
Client
Feature
- Auto connecting serverside controls (enable/disable, blacklist/whitelist)
- Isolated Mode: allows Music HUD to work only in client when join into a no serverside support / incompatible serverside / serverside disconnected server
- "Connected"/"Disconnected" icons on hud status indicator
Fix
- ApiServerManager jvm shutdown hook duplicate registration
Improve
- Slightly improved render performance on 1.21.1
- Refine services' status management
Server
Fix
- ApiServerManager shutdown hook deploying
Improve
- Refine services' status management
客户端
功能
- 自动连接服务器相关控制(开/关,黑名单/白名单)
- 隔离模式:允许 Music HUD 在加入无服务端支持/服务端侧版本不兼容/从服务端断开的服务器时以仅客户端模式运行
- HUD 状态指示器“已连接”/“未连接”
修复
- API 服务器管理中 jvm 关闭钩子的重复注册
改进
- 在 1.21.11 上略微改进性能
- 优化服务状态管理
服务端
改进
- 优化服务状态管理
修复
- API 服务器管理中 jvm 关闭钩子的重复注册
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:iUkqITBK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Rnb6oJr:iUkqITBK"
}




