no longer download file from BMCLAPI when the official download provider is activated
This commit is contained in:
@@ -72,7 +72,6 @@ public class MojangDownloadProvider implements DownloadProvider {
|
||||
|
||||
@Override
|
||||
public String injectURL(String baseURL) {
|
||||
return baseURL
|
||||
.replaceFirst("https?://files\\.minecraftforge\\.net/maven", "https://bmclapi2.bangbang93.com/maven");
|
||||
return baseURL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user