All versions
2.0.0-paper
Release
paper-2.0.0-mc1.21.62 months ago 16
Compatibility
Minecraft: Java Edition
1.21.6–1.21.9
Platform
Paper
Changes
What's Changed
- 全新音乐室/点播室状态同步
- 底层代码重构
- Paper 插件支持
- 移植到 1.21.6 by @ming-sc in https://github.com/GregTaoo/Concerto/pull/70
- fix: 修复酷狗音乐风控问题 by @ming-sc in https://github.com/GregTaoo/Concerto/pull/81
- feat: 日志信息脱敏 by @ming-sc in https://github.com/GregTaoo/Concerto/pull/82
- fix: 修复酷狗音乐频繁掉登问题 by @ming-sc in https://github.com/GregTaoo/Concerto/pull/86
- fix: 修复酷狗音乐参数未正确初始化的问题 by @ming-sc in https://github.com/GregTaoo/Concerto/pull/87
- fix: 修复未正确处理酷狗音乐歌词中负数时间的问题 by @ming-sc in https://github.com/GregTaoo/Concerto/pull/89
Full Changelog: https://github.com/GregTaoo/Concerto/compare/v1.5.0...v2.0.0
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:A0VZd1kW:gBp81ejD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:A0VZd1kW:gBp81ejD"
}

