We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72364ab + e27189f commit 554d086Copy full SHA for 554d086
2 files changed
connection-bungeecord/build.gradle.kts
@@ -17,6 +17,7 @@ modrinth {
17
uploadFile.set(tasks.shadowJar)
18
gameVersions.addAll(
19
20
+
21
"1.20",
22
"1.20.1",
23
"1.20.2",
@@ -34,6 +35,8 @@ modrinth {
34
35
"1.21.7",
36
"1.21.8",
37
"1.21.9",
38
+ "1.21.10",
39
40
41
)
42
loaders.add("bungeecord")
connection-velocity/build.gradle.kts
loaders.add("velocity")
0 commit comments