Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 6 days ago
All versions
1.2.0-beta-1+1.21.9-10
Beta
Music Hud 1.2.0-beta-1+1.21.9-104 months ago 12
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Compatibility
1.2.0 beta 1 or later
Platform
- Experimental (Bukkit/)Paper/Purpur/Spigot/Folia support (thanks to MOPELotus)
Feature
- My subscribed albums / artists list in account view
Improve
- HUD now uses icons to notify now, instead of texts
- Music API Server running detection
- Intermediate progress bar when music is loading
- Mod description
- Left menu in gui now can scroll
Fix
- Music Data Pusher concurrent calling problem
Refactor
- Abstract layer for configs, events, networks and keybinds
兼容性
1.2.0 beta 1 或之后
平台
- 对(Bukkit系的) Paper/Purpur/Spigot/Folia 的实验性支持(感谢MOPELotus)
功能
- 账户页中可见我收藏的专辑/歌手
改进
- HUD 中使用图标而不是文本指示状态
- API 服务器可用性检测
- 音乐加载提示
- Mod 描述
- 主界面左侧菜单可滚动
修复
- 服务端推送线程并发问题
重构
- 对配置、事件、网络、按键等服务的抽象层
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:NBkgSImL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Rnb6oJr:NBkgSImL"
}





