Skip to content

Commit 7ad75b0

Browse files
authored
Merge pull request #15 from simplecloudapp/update/mc-1-21-10
Add Minecraft version(s) 1.21.10
2 parents 4154619 + 067e323 commit 7ad75b0

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
@@ -32,6 +32,7 @@ modrinth {
3232
uploadFile.set(tasks.shadowJar)
3333
gameVersions.addAll(
3434

35+
3536
"1.20",
3637
"1.20.1",
3738
"1.20.2",
@@ -49,6 +50,8 @@ modrinth {
4950
"1.21.7",
5051
"1.21.8",
5152
"1.21.9",
53+
"1.21.10",
54+
5255

5356
)
5457
loaders.add("bungeecord")

proxy-velocity/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ modrinth {
2828
uploadFile.set(tasks.shadowJar)
2929
gameVersions.addAll(
3030

31+
3132
"1.20",
3233
"1.20.1",
3334
"1.20.2",
@@ -45,6 +46,8 @@ modrinth {
4546
"1.21.7",
4647
"1.21.8",
4748
"1.21.9",
49+
"1.21.10",
50+
4851

4952
)
5053
loaders.add("velocity")

0 commit comments

Comments
 (0)