Skip to content

Commit 4154619

Browse files
authored
Merge pull request #14 from simplecloudapp/update/mc-1-21-9
Add Minecraft version(s) 1.21.9
2 parents 80e6b01 + 46fd648 commit 4154619

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

proxy-bungeecord/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ modrinth {
3131
versionType.set("beta")
3232
uploadFile.set(tasks.shadowJar)
3333
gameVersions.addAll(
34+
3435
"1.20",
3536
"1.20.1",
3637
"1.20.2",
@@ -47,6 +48,8 @@ modrinth {
4748
"1.21.6",
4849
"1.21.7",
4950
"1.21.8",
51+
"1.21.9",
52+
5053
)
5154
loaders.add("bungeecord")
5255
loaders.add("waterfall")

proxy-velocity/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ modrinth {
2727
versionType.set("beta")
2828
uploadFile.set(tasks.shadowJar)
2929
gameVersions.addAll(
30+
3031
"1.20",
3132
"1.20.1",
3233
"1.20.2",
@@ -43,6 +44,8 @@ modrinth {
4344
"1.21.6",
4445
"1.21.7",
4546
"1.21.8",
47+
"1.21.9",
48+
4649
)
4750
loaders.add("velocity")
4851
changelog.set("https://docs.simplecloud.app/changelog")

0 commit comments

Comments
 (0)