Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 6 days ago
All versions
1.2.6+1.21.6-8
Release
Music Hud 1.2.6+1.21.6-82 months ago 8
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Client
Feature
- Fading edge of Staggered Lyric Scroll View
Improve
- "ShowTranslatedCnLyrics" are hot-updatable now
- Replaced old stagger scrolling animation with Apple-style Spring Animation
- Some details about Staggered Lyric Scroll View and word-by-word lyric highlight animation
Remove
- Removed additional dark background in GUI ( due to the need to use BlendMode.DST_OUT to implements Fading edge effect, and it will mess up the background), now the main gui will completely follow the preference in ModernUI Action Center
Server
Improve
- API Server's lifecycle management ( launch and shutdown hook )
客户端
功能
- 歌词滚动视图边缘淡化
改进
- “显示中文歌词翻译”选项现在可热更新
- 用 Apple 风格的弹簧动画替换了旧的歌词交错滚动动画
- 歌词滚动视图及逐字高亮动画的各类细节
- 流体背景取色方式
修复
- 许多可能存在的资源泄漏以及不安全写法
移除
- 移除了主界面的额外暗色背景(由于需要使用 BlendMode.DST_OUT 实现边缘淡化效果而冲突),现在主界面会完全跟随 ModernUI 操作中心里的偏好
服务端
改进
- 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:PjqVBTmv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Rnb6oJr:PjqVBTmv"
}




