Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 6 days ago
All versions
1.2.11+26.1-26.1.2
Release
Music Hud 1.2.11+26.1-26.1.22 months ago 13
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
This version is a hotfix
Client
Fix
- Always trying to connect to external server when switch on "Enable Music HUD" option, even though previously is in isolate mode
Server
Fix
- Login API service did not remove player login info correctly after player logs out, may cause wrong messages sended to previously connected isolated client
热修复版本
客户端
修复
- 在设置页中启用 Music HUD 时总是试图连接服务端,即便之前正在通过隔离模式运行
服务端
修复
- 登录 API 服务在玩家登出后不会正确移除玩家登录信息,可能导致向曾经连接过的隔离模式客户端发送错误消息
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:7vtEo4T9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Rnb6oJr:7vtEo4T9"
}




