Skip to content

Commit

Permalink
Revert "Update BMCLAPIDownloadProvider.java"
Browse files Browse the repository at this point in the history
This reverts commit 8a7c0f2.
  • Loading branch information
burningtnt committed Dec 23, 2023
1 parent a84da6c commit 6bd7502
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ 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 6bd7502

Please sign in to comment.