Skip to content

Commit

Permalink
Use our fork of the installer (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Jan 2, 2024
1 parent d78cf92 commit b59cf63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ public void runtime(final String neoFormVersion, Directory patches, Directory re
CommonRuntimeExtension.configureCommonRuntimeTaskParameters(task, runtimeDefinition, workingDirectory);
});

final Configuration installerToolConfiguration = ConfigurationUtils.temporaryConfiguration(project, project.getDependencies().create("net.minecraftforge:installer:2.1.+:shrunk"));
final Configuration installerToolConfiguration = ConfigurationUtils.temporaryConfiguration(project, project.getDependencies().create("net.neoforged:legacyinstaller:3.0.+:shrunk"));
final TaskProvider<Download> downloadInstaller = project.getTasks().register("downloadInstaller", Download.class, task -> {
task.getInput().from(installerToolConfiguration);
CommonRuntimeExtension.configureCommonRuntimeTaskParameters(task, runtimeDefinition, workingDirectory);
Expand Down

0 comments on commit b59cf63

Please sign in to comment.