Skip to content

Commit cf812d6

Browse files
authored
1.21.3
1 parent 0f61065 commit cf812d6

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.3")) {
132+
branch = "1.21.3"
131133
} else if (mcVersion.startsWith("1.21.2")) {
132134
branch = "1.21.2"
133135
} else if (mcVersion.startsWith("1.21.1")) {

0 commit comments

Comments
 (0)