Links
Tags
Creators
Details
1.3.0-alpha-2+1.21.6-8
Compatibility
Changes
Compatibility
Incompatible with 1.2.x and lower
Compatible with 1.3.0 alpha, but may not providing best experience
NOT recommend for servers to deploy this version as network protocol might change anytime during alpha / beta period
Client
Feature
- Sound Physics Perfected Compatibility
- Audio smooth transition
- Visual HUD config screen
Improve
GUI
- Better sidebar, increased width
- Skip / Vote skip I18n
- Config view layout
HUD
- Refactored pipelines
- Improved lyrics transition easing
Audio
- Refactored audio system
- Improved JMTC handler
Fix
GUI
- Items in music collection detail view with visible tooltip scrolling out viewport will cause NPE
Server
Feature
- Audio smooth transition
兼容性
与 1.2.x 及以下版本不兼容
与 1.3.0 alpha 兼容,但是可能不能提供最佳体验
不推荐服务器部署该版本,因为 alpha / beta 阶段可能随时会修改网络协议
客户端
新增功能
- 与 Sound Physics Perfected 的兼容性
- 音频平滑过渡
- 可视化的 HUD 配置屏幕
优化
GUI
- 优化了侧边栏,增加了宽度
- 跳过 / 投票跳过 相关国际化
- 配置页布局
HUD
- 重构渲染管线
- 改进了歌词切换过渡缓动
音频
- 重构音频系统
- 改进了 JMTC 相关处理
修复
GUI
- 在音乐收藏视图中,工具提示可见的项目滚动出视口会导致空指针异常
服务端
功能
- 音频平滑过渡
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:HDnrWSpv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Rnb6oJr:HDnrWSpv"
}

