fix(download): incorrect mcmod url for modpacks. Closes #1525.

This commit is contained in:
huanghongxun
2022-06-03 21:28:19 +08:00
parent ae484e3b67
commit 2a979d2b15
4 changed files with 24 additions and 11 deletions

View File

@@ -305,10 +305,6 @@ public final class ModManager {
return getModsDirectory().resolve(fileName);
}
public static String getMcmodUrl(String mcmodId) {
return String.format("https://www.mcmod.cn/class/%s.html", mcmodId);
}
public static String getMcbbsUrl(String mcbbsId) {
return String.format("https://www.mcbbs.net/thread-%s-1-1.html", mcbbsId);
}