fix: fix invalid forge wrapper URL

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2022-10-31 19:39:27 +01:00
parent 23b8711b18
commit bd6d8ae35a
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -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"]