Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 6 days ago
All versions
1.2.13+1.21.9-10
Release
Music HUD 1.2.13+1.21.9-10last month 6
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
Client
Feature
- Adapted to SPlayer-Dev/ncm-api-rs, which faster than original NodeJS version but may unstable
- Player skin's head rendering in main GUI
Improve
- Force bypassing OpenAL Soft HRTF filter to improve audio quality when HRTF is enabled
- Player skin hot-refresh
Fix
- AutoConnectServerFilterType config defined default value (white-list) not matches to ui default value (black-list)
- UI refreshing issue when EnableIsolatedMode config switched
Server
Fix
- Crash on NeoForge server when launch
- Paper packaging version
客户端
功能
- 适配 SPlayer-Dev/ncm-api-rs(Rust 版 NCM API),比原 NodeJS 版更快,但可能不稳定
- 玩家皮肤头像在主界面中渲染
改进
- 强制绕过 OpenAL Soft HRTF 滤波器以提高在 HRTF 启用时的音质
- 玩家皮肤热刷新
修复
- 服务器自动连接过滤方式选项默认值(白名单)与 UI 显示的默认值(黑名单)不同
- UI 未在启用隔离模式选项改变后刷新
服务端
修复
- NeoForge 服务器启动时崩溃
- Paper 打包版本号错误
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:iOJCvVAr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Rnb6oJr:iOJCvVAr"
}




