fix: update files URL

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2022-10-18 11:57:00 +02:00
parent 1dd2294b51
commit c6f60ad677
No known key found for this signature in database
GPG Key ID: C10411294912A422
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ ensure_component_dir(LWJGL3_COMPONENT)
def map_log4j_artifact(version):
if version == "2.0-beta9":
return "2.0-beta9-fixed", "https://files.scrumplex.rocks/maven/%s"
return "2.0-beta9-fixed", "https://files.prismlauncher.org/maven/%s"
return "2.17.1", "https://repo1.maven.org/maven2/%s" # This is the only version that's patched (as of 2022/02/19)

View File

@ -13,5 +13,5 @@ STATIC_LEGACYINFO_FILE = join(BASE_DIR, "forge-legacyinfo.json")
FORGE_COMPONENT = "net.minecraftforge"
FORGEWRAPPER_MAVEN = "https://files.scrumplex.rocks/maven/%s"
FORGEWRAPPER_MAVEN = "https://files.prismlauncher.org/maven/%s"
BAD_VERSIONS = ["1.12.2-14.23.5.2851"]