Skip to content

Commit 1d996ce

Browse files
authored
1.21.1
1 parent 9038dd4 commit 1d996ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/src/lib/Api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
128128
branch = "1.20.5"
129129
} else if (mcVersion.startsWith("1.20.6")) {
130130
branch = "1.20.6"
131+
} else if (mcVersion.startsWith("1.21.1")) {
132+
branch = "1.21.1"
131133
} else if (mcVersion.startsWith("1.21")) {
132134
branch = "1.21"
133135
} else if (mcVersion.startsWith("21w")) {

0 commit comments

Comments
 (0)