Links
Tags
Creators
Details
Licensed AGPL-3.0-only
Published 2 months ago
Updated 2 months ago
All versions
1.4.0
Release
AllMusic_Lyrics 1.4.02 months ago 404
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
新增
- 完整颜色编辑器:HSV/RGB 色板 + 色相条 + 滑块 + HEX 输入 + 预览
- 快捷键系统:支持任意组合键(如 I+L),在模组设置页直接绑定
- 设置页改为原版布局:全宽 CycleButton 开关、颜色按钮带实时颜色预览
- 歌单:按钮调数量、滑块/输入精调透明度/宽度/距离
修复
ctx.fill颜色格式统一为 ARGB,HSBtoRGB补 Alpha- 2D 选择器预渲染到纹理,hue 变化时重建
- 颜色按钮 HEX 使用
withColor实时着色
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:sdEUAVuj:Sm0cJIEW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sdEUAVuj:Sm0cJIEW"
}

