mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-16 23:37:14 -04:00
replace piston-data.mojang.com
This commit is contained in:
parent
698d3a311d
commit
702d27393e
@ -87,6 +87,7 @@ public class BMCLAPIDownloadProvider implements DownloadProvider {
|
||||
.replace("https://bmclapi2.bangbang93.com", apiRoot)
|
||||
.replace("https://launchermeta.mojang.com", apiRoot)
|
||||
.replace("https://piston-meta.mojang.com", apiRoot)
|
||||
.replace("https://piston-data.mojang.com", apiRoot)
|
||||
.replace("https://launcher.mojang.com", apiRoot)
|
||||
.replace("https://libraries.minecraft.net", apiRoot + "/libraries")
|
||||
.replaceFirst("https?://files\\.minecraftforge\\.net/maven", apiRoot + "/maven")
|
||||
|
Loading…
x
Reference in New Issue
Block a user