Skip to content

Commit

Permalink
Support 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 6, 2023
1 parent c8f9bbc commit 5f26866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/src/lib/Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
branch = "1.20.2"
} else if (mcVersion.startsWith("1.20.3")) {
branch = "1.20.3"
} else if (mcVersion.startsWith("1.20.4")) {
branch = "1.20.4"
} else if (mcVersion.startsWith("21w")) {
branch = "1.18"
} else if (mcVersion.startsWith("20w")) {
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/lib/Template.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let projectName = "Template Mod";
let packageName = "com.example";
let useKotlin = false;
let dataGeneration = true;
let dataGeneration = false;
let splitSources = true;
let customModId: string | undefined;
Expand Down

0 comments on commit 5f26866

Please sign in to comment.