Skip to content

Commit

Permalink
1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Aug 7, 2024
1 parent 9038dd4 commit 1d996ce
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.1")) {
branch = "1.21.1"
} else if (mcVersion.startsWith("1.21")) {
branch = "1.21"
} else if (mcVersion.startsWith("21w")) {
Expand Down

0 comments on commit 1d996ce

Please sign in to comment.