We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b453f commit 8a5c641Copy full SHA for 8a5c641
main.go
@@ -444,7 +444,7 @@ func main() {
444
}
445
if config.Loader == "fabric" && config.Download == "bmclapi" {
446
installerURL := fmt.Sprintf(
447
- "https://bmclapi2.bangbang93.com/maven/net/fabricmc/fabric-installer/1.0.1/fabric-installer-1.0.1.jar",
+ "https://maven.fabricmc.net/net/fabricmc/fabric-installer/1.0.1/fabric-installer-1.0.1.jar",
448
)
449
installerPath := filepath.Join("./.autoinst/cache", fmt.Sprintf("fabric-installer-1.0.1.jar"))
450
fmt.Println("检测到 fabric 加载器,仅从BMCLAPI下载原版服务端:", installerURL)
0 commit comments