Skip to content

Commit df10f8f

Browse files
committed
fixed forge installer url
1 parent 327aafc commit df10f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/minecraftforge/gradle/patcher/PatcherConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ private PatcherConstants() {}
1010

1111
// installer stuff
1212
static final String REPLACE_INSTALLER = "{INSTALLER}";
13-
static final String INSTALLER_URL = "http://files.minecraftforge.net/installer/forge-installer-" + REPLACE_INSTALLER + "-shrunk.jar";
13+
static final String INSTALLER_URL = "http://files.minecraftforge.net/maven/net/minecraftforge/installer/" + REPLACE_INSTALLER + "/installer-" + REPLACE_INSTALLER + "-shrunk.jar";
1414

1515
// new project defaults
1616
static final String DEFAULT_PATCHES_DIR = "patches";

0 commit comments

Comments
 (0)