File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
FCLCore/src/main/java/com/tungsten/fclcore/download Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ public BMCLAPIDownloadProvider(String apiRoot) {
7777 pair ("https://repo1.maven.org/maven2" , "https://mirrors.cloud.tencent.com/nexus/repository/maven-public" ),
7878
7979 // https://github.com/mcmod-info-mirror/mcim-rust-api
80- pair ("https://api.modrinth.com" , "https://mod.mcimirror.top/modrinth" ),
81- pair ("https://cdn.modrinth.com" , "https://mod.mcimirror.top" ),
82- pair ("https://api.curseforge.com" , "https://mod.mcimirror.top/curseforge" ),
83- pair ("https://edge.forgecdn.net" , "https://mod.mcimirror.top" ),
84- pair ("https://mediafilez.forgecdn.net" , "https://mod.mcimirror.top" )
80+ // pair("https://api.modrinth.com", "https://mod.mcimirror.top/modrinth"),
81+ // pair("https://cdn.modrinth.com", "https://mod.mcimirror.top"),
82+ // pair("https://api.curseforge.com", "https://mod.mcimirror.top/curseforge"),
83+ // pair("https://edge.forgecdn.net", "https://mod.mcimirror.top"),
84+ // pair("https://mediafilez.forgecdn.net", "https://mod.mcimirror.top")
8585 );
8686 }
8787
You can’t perform that action at this time.
0 commit comments