Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 6 days ago
All versions
1.2.9+26.1-26.1.2
Release
Music Hud 1.2.9+26.1-26.1.22 months ago 16
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
This is mainly a client fix version, but include several server refactor
Fix
- Toast notification i18n missing when trying to switch connection in integrated server
- Duplicate PlayerLoginInfo in isolated mode integrated serverside's LoginApiService.playerInfoMap caused by some situations like level change, which may causes discorrect error notification on hud
- Manually connecting to a server with no serverside support causes idle lock
- Player's head disappears while switched to single player world or isolated mode during the first track playing
Improve
- Playing status on HUD updating situations
该版本主要修复客户端问题,但包含了部分服务端重构
修复
- 试图在集成服务器中切换连接时 Toast 通知的国际化缺失
- 集成服务端中 LoginApiService.playerInfoMap 中的玩家登录信息在切换维度等情景下重复,可能导致 HUD 上不准确的错误提示
- 手动连接到无服务端支持的服务器时被锁定在无音乐播放状态
- 玩家头像在切换到集成服务端时播放第一首音乐时消失
改进
- HUD 上的连接状态更新情景
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:KNBvmCVo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Rnb6oJr:KNBvmCVo"
}




