Skip to content

Commit 72364ab

Browse files
authored
Merge pull request #12 from simplecloudapp/update/mc-1-21-9
Add Minecraft version(s) 1.21.9
2 parents a2f0d18 + 4593d29 commit 72364ab

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

connection-bungeecord/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ modrinth {
1616
versionType.set("beta")
1717
uploadFile.set(tasks.shadowJar)
1818
gameVersions.addAll(
19+
1920
"1.20",
2021
"1.20.1",
2122
"1.20.2",
@@ -32,6 +33,8 @@ modrinth {
3233
"1.21.6",
3334
"1.21.7",
3435
"1.21.8",
36+
"1.21.9",
37+
3538
)
3639
loaders.add("bungeecord")
3740
loaders.add("waterfall")

connection-velocity/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ modrinth {
1616
versionType.set("beta")
1717
uploadFile.set(tasks.shadowJar)
1818
gameVersions.addAll(
19+
1920
"1.20",
2021
"1.20.1",
2122
"1.20.2",
@@ -32,6 +33,8 @@ modrinth {
3233
"1.21.6",
3334
"1.21.7",
3435
"1.21.8",
36+
"1.21.9",
37+
3538
)
3639
loaders.add("velocity")
3740
changelog.set("https://docs.simplecloud.app/changelog")

0 commit comments

Comments
 (0)