Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 6 days ago
All versions
1.1.0-alpha-2+1.21.9-1.21.10
Alpha
Music Hud 1.1.0-alpha-2+1.21.9-1.21.105 months ago 12
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Improve
- Add transitions for music queue, lyrics in home page
- Move my idle play source to home page, enables limited edit when unlogged (supports remove currently)
Refactor
- Switched to gson to avoid bundle jackson after 1.21.10, to make jar smaller
改进
- 为播放列表、歌词添加过渡动画
- 将空闲播放源移动至主页以便在未登录状态下一定程度地修改(目前仅可删除)
重构
- 将 json 处理库切换为 gson 以减小 1.21.10 之后版本的打包体积
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:VtbHAwDq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Rnb6oJr:VtbHAwDq"
}





