Skip to content

Commit 8a5c641

Browse files
committed
maven没这鸟文件
1 parent 48b453f commit 8a5c641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ func main() {
444444
}
445445
if config.Loader == "fabric" && config.Download == "bmclapi" {
446446
installerURL := fmt.Sprintf(
447-
"https://bmclapi2.bangbang93.com/maven/net/fabricmc/fabric-installer/1.0.1/fabric-installer-1.0.1.jar",
447+
"https://maven.fabricmc.net/net/fabricmc/fabric-installer/1.0.1/fabric-installer-1.0.1.jar",
448448
)
449449
installerPath := filepath.Join("./.autoinst/cache", fmt.Sprintf("fabric-installer-1.0.1.jar"))
450450
fmt.Println("检测到 fabric 加载器,仅从BMCLAPI下载原版服务端:", installerURL)

0 commit comments

Comments
 (0)