Skip to content

Commit c4eed90

Browse files
committed
1.21.5
1 parent 8b43d19 commit c4eed90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/src/lib/Api.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
100100
// Very dumb but idk of a better (easy) way.
101101
if (mcVersion.startsWith("22w13oneblockatatime")) {
102102
branch = "22w13oneblockatatime"
103+
} else if (mcVersion.startsWith("25w")) {
104+
branch = "1.21.5"
103105
} else if (mcVersion.startsWith("24w")) {
104106
branch = "1.21.4"
105107
} else if (mcVersion.startsWith("23w")) {
@@ -128,6 +130,8 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
128130
branch = "1.20.5"
129131
} else if (mcVersion.startsWith("1.20.6")) {
130132
branch = "1.20.6"
133+
} else if (mcVersion.startsWith("1.21.5")) {
134+
branch = "1.21.5"
131135
} else if (mcVersion.startsWith("1.21.4")) {
132136
branch = "1.21.4"
133137
} else if (mcVersion.startsWith("1.21.3")) {

0 commit comments

Comments
 (0)