Skip to content

Commit

Permalink
1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Oct 23, 2024
1 parent 0f61065 commit cf812d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/src/lib/Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
branch = "1.20.5"
} else if (mcVersion.startsWith("1.20.6")) {
branch = "1.20.6"
} else if (mcVersion.startsWith("1.21.3")) {
branch = "1.21.3"
} else if (mcVersion.startsWith("1.21.2")) {
branch = "1.21.2"
} else if (mcVersion.startsWith("1.21.1")) {
Expand Down

0 comments on commit cf812d6

Please sign in to comment.