Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 6 days ago
All versions
1.2.4+1.21.11
Release
Music Hud 1.2.4+1.21.113 months ago 134
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Improve
Client
- More natural staggered lyric scrolling behavior
- Smoother lyric rhythm line animation
- Lyric highlight gradient
- Lyric parsing, invalid character removing
- Stream audio player playing progress sync precision
Fix
Common
- Wrongly mark 1.2.2 as incompatible in 1.2.3 (Stupid mistake again :( )
Client
- Audio mismatches with lyric when buffering in some cases
Server
- Cookie processed incorrectly, may cause api failure and audio quality downgrade
改进
客户端
- 更自然的歌词交错滚动逻辑
- 更流畅的间奏呼吸提示
- 歌词高亮渐变
- 在歌词解析中移除无效字符
- 播放器播放进度同步的准确性
修复
通用
- 在 1.2.3 中错误地将最低兼容版本标记为 1.2.3 导致错误地判断了与 1.2.2 不兼容
客户端
- 在部分情况下缓冲完成后音频不同步
服务端
- Cookie 被错误处理,可能导致 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:nMi2z0Z9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Rnb6oJr:nMi2z0Z9"
}




