Skip to content

Commit 4b27132

Browse files
authored
1.21.9
1 parent 10618a8 commit 4b27132

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/src/lib/Api.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
103103
} else if (mcVersion.startsWith("22w13oneblockatatime")) {
104104
branch = "22w13oneblockatatime"
105105
} else if (mcVersion.startsWith("25w")) {
106-
branch = "1.21.6"
106+
branch = "1.21.9"
107107
} else if (mcVersion.startsWith("24w")) {
108108
branch = "1.21.4"
109109
} else if (mcVersion.startsWith("23w")) {
@@ -138,6 +138,8 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
138138
branch = "1.21.7"
139139
} else if (mcVersion.startsWith("1.21.8")) {
140140
branch = "1.21.8"
141+
} else if (mcVersion.startsWith("1.21.9")) {
142+
branch = "1.21.9"
141143
} else if (mcVersion.startsWith("1.21.5")) {
142144
branch = "1.21.5"
143145
} else if (mcVersion.startsWith("1.21.4")) {

0 commit comments

Comments
 (0)