Support 1.21.1 (#2877)
* chore: add support for 1.21.1 * chore: remove old chunk system references in 1.21 adapter (paper) * chore: re-word exception message
This commit is contained in:
committed by
GitHub
parent
4578719f70
commit
41d294e73b
@ -83,7 +83,7 @@ allprojects {
|
||||
}
|
||||
|
||||
applyCommonConfiguration()
|
||||
val supportedVersions = listOf("1.19.4", "1.20", "1.20.4", "1.20.5", "1.20.6", "1.21")
|
||||
val supportedVersions = listOf("1.19.4", "1.20", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1")
|
||||
|
||||
tasks {
|
||||
supportedVersions.forEach {
|
||||
|
||||
Reference in New Issue
Block a user