Skip to content

Commit d65eb80

Browse files
authored
Merge pull request #8 from simplecloudapp/update/mc-1-21-9
Add Minecraft version(s) 1.21.9
2 parents aa6e453 + 3d321ce commit d65eb80

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

notify-bungeecord/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ modrinth {
1818
versionType.set("beta")
1919
uploadFile.set(tasks.shadowJar)
2020
gameVersions.addAll(
21+
2122
"1.20",
2223
"1.20.1",
2324
"1.20.2",
@@ -34,6 +35,8 @@ modrinth {
3435
"1.21.6",
3536
"1.21.7",
3637
"1.21.8",
38+
"1.21.9",
39+
3740
)
3841
loaders.add("bungeecord")
3942
loaders.add("waterfall")

notify-velocity/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ modrinth {
2020
versionType.set("beta")
2121
uploadFile.set(tasks.shadowJar)
2222
gameVersions.addAll(
23+
2324
"1.20",
2425
"1.20.1",
2526
"1.20.2",
@@ -36,6 +37,8 @@ modrinth {
3637
"1.21.6",
3738
"1.21.7",
3839
"1.21.8",
40+
"1.21.9",
41+
3942
)
4043
loaders.add("velocity")
4144
changelog.set("https://docs.simplecloud.app/changelog")

0 commit comments

Comments
 (0)