Skip to content

Commit b8baa22

Browse files
committed
Remove unsupported paper-versions from version-list
1 parent 37ceb80 commit b8baa22

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

implementations/paper/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ plugins {
55
}
66

77
val supportedMinecraftVersions = listOf(
8-
"1.20.6",
9-
"1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10", "1.21.11"
8+
"1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10", "1.21.11"
109
)
1110

1211
val minecraftVersion = supportedMinecraftVersions.first()
1312
val paperVersion = "${minecraftVersion}-R0.1-SNAPSHOT"
14-
val apiVersion = "1.20.6" // paper-version but without minor
13+
val apiVersion = "1.21.6" // paper-version but without minor
1514

1615
dependencies {
1716
api ( project( ":common" ) ) {

0 commit comments

Comments
 (0)