From bd6d8ae35a3940ced7b3ef6851592cbd3a384fbc Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Mon, 31 Oct 2022 19:39:27 +0100 Subject: fix: fix invalid forge wrapper URL Signed-off-by: Sefa Eyeoglu --- meta/common/forge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/common/forge.py b/meta/common/forge.py index abb411b435..be626599ff 100644 --- a/meta/common/forge.py +++ b/meta/common/forge.py @@ -13,5 +13,5 @@ STATIC_LEGACYINFO_FILE = join(BASE_DIR, "forge-legacyinfo.json") FORGE_COMPONENT = "net.minecraftforge" -FORGEWRAPPER_MAVEN = "https://files.launcher.org/maven/%s" +FORGEWRAPPER_MAVEN = "https://files.prismlauncher.org/maven/%s" BAD_VERSIONS = ["1.12.2-14.23.5.2851"] -- cgit 0.0.5-2-1-g0f52