Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 7 months ago
Updated 3 weeks ago
All versions
1.2.15.1-alpha+26.2
Alpha
Music HUD 1.2.15.1-alpha+26.23 weeks ago 32
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Client and server
Changes
Client
Fix
- Invalid Image texture data cache in ImageUtils
- Player head view won't render on 1.21.1
- HUD album image failed to load and render on 1.21.1 until recalcultation triggered by modifying HUD size
Improve
- Hud album image thumbnail size calculation refresh timing
客户端
修复
- ImageUtils 里的无效图片缓存
- 玩家头像视图在 1.21.1 上不渲染
- HUD 中的专辑封面在修改 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:WJZlXWzP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Rnb6oJr:WJZlXWzP"
}


