Merge branch 'javafx' of https://github.com/huanghongxun/HMCL into javafx

This commit is contained in:
huanghongxun
2019-07-28 20:05:18 +08:00
5 changed files with 453 additions and 19 deletions

View File

@@ -83,7 +83,7 @@ public final class CurseManifestFile implements Validation {
}
public URL getUrl() {
return url == null ? NetworkUtils.toURL("https://minecraft.curseforge.com/projects/" + projectID + "/files/" + fileID + "/download")
return url == null ? NetworkUtils.toURL("https://www.curseforge.com/minecraft/mc-mods/" + projectID + "/download/" + fileID + "/file")
: NetworkUtils.toURL(url);
}