Skip to content

Commit 7358f3b

Browse files
authored
Merge pull request #10 from simplecloudapp/update/mc-26-1-26-1-1
Add Minecraft version(s) 26.1, 26.1.1
2 parents 2158036 + 4c7eabd commit 7358f3b

5 files changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/release-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ env:
2929
1.21.9
3030
1.21.10
3131
1.21.11
32+
26.1
33+
26.1.1
3234
jobs:
3335
build-and-publish:
3436
runs-on: blacksmith-4vcpu-ubuntu-2404

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`maven-publish`
1010
}
1111

12-
val baseVersion = "0.0.22"
12+
val baseVersion = "0.0.23"
1313
val commitHash = System.getenv("COMMIT_HASH")
1414
val timestamp = System.currentTimeMillis()
1515
val snapshotVersion = "${baseVersion}-dev.${timestamp}-${commitHash}"

platform/bungeecord/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ modrinth {
3939
uploadFile.set(tasks.shadowJar)
4040
gameVersions.addAll(
4141

42+
4243
"1.20",
4344
"1.20.1",
4445
"1.20.2",
@@ -58,6 +59,9 @@ modrinth {
5859
"1.21.9",
5960
"1.21.10",
6061
"1.21.11",
62+
"26.1",
63+
"26.1.1",
64+
6165

6266
)
6367
loaders.add("bungeecord")

platform/spigot/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ modrinth {
4242
uploadFile.set(tasks.shadowJar)
4343
gameVersions.addAll(
4444

45+
4546
"1.20",
4647
"1.20.1",
4748
"1.20.2",
@@ -61,6 +62,9 @@ modrinth {
6162
"1.21.9",
6263
"1.21.10",
6364
"1.21.11",
65+
"26.1",
66+
"26.1.1",
67+
6468

6569
)
6670
loaders.add("spigot")

platform/velocity/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ modrinth {
4242
uploadFile.set(tasks.shadowJar)
4343
gameVersions.addAll(
4444

45+
4546
"1.20",
4647
"1.20.1",
4748
"1.20.2",
@@ -61,6 +62,9 @@ modrinth {
6162
"1.21.9",
6263
"1.21.10",
6364
"1.21.11",
65+
"26.1",
66+
"26.1.1",
67+
6468

6569
)
6670
loaders.add("velocity")

0 commit comments

Comments
 (0)