File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ modrinth {
3131 versionType.set(" beta" )
3232 uploadFile.set(tasks.shadowJar)
3333 gameVersions.addAll(
34+
3435 " 1.20" ,
3536 " 1.20.1" ,
3637 " 1.20.2" ,
@@ -47,6 +48,8 @@ modrinth {
4748 " 1.21.6" ,
4849 " 1.21.7" ,
4950 " 1.21.8" ,
51+ " 1.21.9" ,
52+
5053 )
5154 loaders.add(" bungeecord" )
5255 loaders.add(" waterfall" )
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ modrinth {
2727 versionType.set(" beta" )
2828 uploadFile.set(tasks.shadowJar)
2929 gameVersions.addAll(
30+
3031 " 1.20" ,
3132 " 1.20.1" ,
3233 " 1.20.2" ,
@@ -43,6 +44,8 @@ modrinth {
4344 " 1.21.6" ,
4445 " 1.21.7" ,
4546 " 1.21.8" ,
47+ " 1.21.9" ,
48+
4649 )
4750 loaders.add(" velocity" )
4851 changelog.set(" https://docs.simplecloud.app/changelog" )
You can’t perform that action at this time.
0 commit comments