Skip to content

Commit

Permalink
Update BMCLAPIDownloadProvider.java
Browse files Browse the repository at this point in the history
  • Loading branch information
zkitefly committed Nov 11, 2023
1 parent 5aeaba4 commit 8a7c0f2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ public String injectURL(String baseURL) {
.replace("http://dl.liteloader.com/versions", apiRoot + "/maven")
.replace("https://meta.fabricmc.net", apiRoot + "/fabric-meta")
.replace("https://maven.fabricmc.net", apiRoot + "/maven")
.replace("https://meta.quiltmc.org", apiRoot + "/quilt-meta")
.replace("https://maven.quiltmc.org/repository/release", apiRoot + "/maven")
.replace("https://authlib-injector.yushi.moe", apiRoot + "/mirrors/authlib-injector")
.replace("https://repo1.maven.org/maven2", "https://mirrors.cloud.tencent.com/nexus/repository/maven-public");
}
Expand Down

0 comments on commit 8a7c0f2

Please sign in to comment.