Skip to content

Commit 287427c

Browse files
authored
Merge pull request #9 from simplecloudapp/update/mc-1-21-10
Add Minecraft version(s) 1.21.10
2 parents d65eb80 + 12da15a commit 287427c

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
@@ -19,6 +19,7 @@ modrinth {
1919
uploadFile.set(tasks.shadowJar)
2020
gameVersions.addAll(
2121

22+
2223
"1.20",
2324
"1.20.1",
2425
"1.20.2",
@@ -36,6 +37,8 @@ modrinth {
3637
"1.21.7",
3738
"1.21.8",
3839
"1.21.9",
40+
"1.21.10",
41+
3942

4043
)
4144
loaders.add("bungeecord")

notify-velocity/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ modrinth {
2121
uploadFile.set(tasks.shadowJar)
2222
gameVersions.addAll(
2323

24+
2425
"1.20",
2526
"1.20.1",
2627
"1.20.2",
@@ -38,6 +39,8 @@ modrinth {
3839
"1.21.7",
3940
"1.21.8",
4041
"1.21.9",
42+
"1.21.10",
43+
4144

4245
)
4346
loaders.add("velocity")

0 commit comments

Comments
 (0)