Skip to content

Commit 96528ba

Browse files
authored
Merge pull request #6 from simplecloudapp/update/mc-1-21-9
Add Minecraft version(s) 1.21.9
2 parents f2721ed + bb96ecd commit 96528ba

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

command-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")

command-velocity/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ modrinth {
1717
versionType.set("beta")
1818
uploadFile.set(tasks.shadowJar)
1919
gameVersions.addAll(
20+
2021
"1.20",
2122
"1.20.1",
2223
"1.20.2",
@@ -33,6 +34,8 @@ modrinth {
3334
"1.21.6",
3435
"1.21.7",
3536
"1.21.8",
37+
"1.21.9",
38+
3639
)
3740
loaders.add("velocity")
3841
changelog.set("https://docs.simplecloud.app/changelog")

0 commit comments

Comments
 (0)