Skip to content

Commit

Permalink
download the installer Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Apr 12, 2023
1 parent 8821bba commit da5e775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

public class ForgeUpdater implements InputStreamUpdater, FileDigestChecksum {
private static final String LOADER_URL = "https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json";
private static final String DOWNLOAD_URL = "https://maven.minecraftforge.net/net/minecraftforge/forge/%1$s/forge-%1$s-universal.jar";
private static final String DOWNLOAD_URL = "https://maven.minecraftforge.net/net/minecraftforge/forge/%1$s/forge-%1$s-installer.jar";
private final String downloadUrl;
private final UpdateBuilder updateBuilder;
private final Boolean isRecommended;
Expand Down

0 comments on commit da5e775

Please sign in to comment.