fix(download): incorrect mcmod url for modpacks. Closes #1525.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user