We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8538d87 commit 0857a7cCopy full SHA for 0857a7c
src/main/java/me/itzg/helpers/forge/ForgeInstallerResolver.java
@@ -21,7 +21,7 @@ public class ForgeInstallerResolver implements InstallerResolver {
21
public static final String LATEST = "latest";
22
public static final String RECOMMENDED = "recommended";
23
24
- private final static String promotionsUrl = "https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json";
+ private final static String promotionsUrl = "https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json";
25
private final static String mavenRepoUrl = "https://maven.minecraftforge.net";
26
private final SharedFetch sharedFetch;
27
private final String requestedMinecraftVersion;
0 commit comments