We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fe44e6 + 4c264a8 commit fbe3d41Copy full SHA for fbe3d41
2 files changed
registration-bungeecord/build.gradle.kts
@@ -18,6 +18,7 @@ modrinth {
18
gameVersions.addAll(
19
20
21
+
22
"1.20",
23
"1.20.1",
24
"1.20.2",
@@ -36,6 +37,8 @@ modrinth {
36
37
"1.21.8",
38
"1.21.9",
39
"1.21.10",
40
+ "1.21.11",
41
42
43
44
)
registration-velocity/build.gradle.kts
@@ -43,6 +43,7 @@ modrinth {
uploadFile.set(tasks.shadowJar)
45
46
47
48
49
@@ -61,6 +62,8 @@ modrinth {
61
62
63
64
65
66
67
68
69
loaders.add("velocity")
0 commit comments