We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4154619 + 067e323 commit 7ad75b0Copy full SHA for 7ad75b0
2 files changed
proxy-bungeecord/build.gradle.kts
@@ -32,6 +32,7 @@ modrinth {
32
uploadFile.set(tasks.shadowJar)
33
gameVersions.addAll(
34
35
+
36
"1.20",
37
"1.20.1",
38
"1.20.2",
@@ -49,6 +50,8 @@ modrinth {
49
50
"1.21.7",
51
"1.21.8",
52
"1.21.9",
53
+ "1.21.10",
54
55
56
)
57
loaders.add("bungeecord")
proxy-velocity/build.gradle.kts
@@ -28,6 +28,7 @@ modrinth {
28
29
30
31
@@ -45,6 +46,8 @@ modrinth {
45
46
47
48
loaders.add("velocity")
0 commit comments