Skip to content

Commit 111c6b1

Browse files
authored
Merge pull request #7 from simplecloudapp/update/mc-1-21-10
Add Minecraft version(s) 1.21.10
2 parents e2895d7 + 535256c commit 111c6b1

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

command-bungeecord/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ modrinth {
1717
uploadFile.set(tasks.shadowJar)
1818
gameVersions.addAll(
1919

20+
2021
"1.20",
2122
"1.20.1",
2223
"1.20.2",
@@ -34,6 +35,8 @@ modrinth {
3435
"1.21.7",
3536
"1.21.8",
3637
"1.21.9",
38+
"1.21.10",
39+
3740

3841
)
3942
loaders.add("bungeecord")

command-velocity/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ modrinth {
1818
uploadFile.set(tasks.shadowJar)
1919
gameVersions.addAll(
2020

21+
2122
"1.20",
2223
"1.20.1",
2324
"1.20.2",
@@ -35,6 +36,8 @@ modrinth {
3536
"1.21.7",
3637
"1.21.8",
3738
"1.21.9",
39+
"1.21.10",
40+
3841

3942
)
4043
loaders.add("velocity")

0 commit comments

Comments
 (0)