Skip to content

Commit

Permalink
Merge branch 'main' into download-overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
IMB11 authored Aug 7, 2024
2 parents 50cd0cc + 1d996ce commit 2f2232b
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 2f2232b

Please sign in to comment.