Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Apr 21, 2024
1 parent 4b1a51d commit 8641aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import {
generateTemplate,
getTemplateGameVersions,
minecraftSupportsSplitSources,
} from "../scripts/dist/fabric-template-generator.js";
import { getGeneratorOptions } from "./commands/init.ts";
import { assert } from "https://deno.land/[email protected]/assert/mod.ts";
Expand Down Expand Up @@ -36,7 +37,7 @@ for (const { version } of minecraftVersions) {
projectName: "test",
packageName: "net.fabricmc.generator.test",
dataGeneration: false,
splitSources: true,
splitSources: minecraftSupportsSplitSources(version),
uniqueModIcon: true,

minecraftVersion: version,
Expand Down

0 comments on commit 8641aab

Please sign in to comment.