Skip to content

Commit

Permalink
1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Dec 18, 2023
1 parent 94388d8 commit 13ebbd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/src/lib/Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
if (mcVersion.startsWith("22w13oneblockatatime")) {
branch = "22w13oneblockatatime"
} else if (mcVersion.startsWith("23w")) {
branch = "1.20.3"
branch = "1.20.5"
} else if (mcVersion.startsWith("22w")) {
branch = "1.19.3"
} else if (mcVersion.startsWith("1.18.2")) {
Expand All @@ -118,6 +118,8 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
branch = "1.20.3"
} else if (mcVersion.startsWith("1.20.4")) {
branch = "1.20.4"
} else if (mcVersion.startsWith("1.20.5")) {
branch = "1.20.5"
} else if (mcVersion.startsWith("21w")) {
branch = "1.18"
} else if (mcVersion.startsWith("20w")) {
Expand Down

0 comments on commit 13ebbd1

Please sign in to comment.