Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 6 days ago
All versions
1.2.1+1.21.11
Release
Music Hud 1.2.1+1.21.113 months ago 16
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Compatibility
1.2.1 or later (due to removing dependency on Architectury API)
Feature
- Hud dynamic liquid background
Improve
- Remove dependency on Architectury API
- Add "Logout" button when failed to load user data
- Option enableEmbeddedServer are hot-updatable now
- "Refresh" button in account view
Fix
- Account view status refresh
- NeoForge clients cannot join servers where MusicHUD is not installed
- Hud background covers texts / title missing in some situations
- MusicCollectionCard "addToIdleSourceButton" status refresh
兼容性
1.2.1 及之后(由于移除对 Architectury API 的依赖)
功能
- Hud 流体背景
改进
- 移除对 Architectury API 的依赖
- 在无法加载用户数据错误页添加了登出按钮
- 使 "在 单人 / 局域网联机(主机) 中启用 Music Hud" 选项可热更新
- 账户页中的刷新按钮
修复
- 账户页的登录状态更新失效
- NeoForge 端可能无法加入未安装 MusicHUD 的服务器
- 有时 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:k5BLi0tf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Rnb6oJr:k5BLi0tf"
}




