Skip to content

Commit

Permalink
Merge branch 'download-overhaul' of https://github.com/IMB11/fabricmc…
Browse files Browse the repository at this point in the history
….net into download-overhaul
  • Loading branch information
IMB11 committed Aug 7, 2024
2 parents 711ae50 + 2f2232b commit 805cb3e
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 805cb3e

Please sign in to comment.