We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2895d7 + 535256c commit 111c6b1Copy full SHA for 111c6b1
2 files changed
command-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")
command-velocity/build.gradle.kts
@@ -18,6 +18,7 @@ modrinth {
24
@@ -35,6 +36,8 @@ modrinth {
43
loaders.add("velocity")
0 commit comments