diff --git a/generateMojang.py b/generateMojang.py index aae6164..2b365a9 100755 --- a/generateMojang.py +++ b/generateMojang.py @@ -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) diff --git a/meta/common/forge.py b/meta/common/forge.py index a669730..be62659 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.scrumplex.rocks/maven/%s" +FORGEWRAPPER_MAVEN = "https://files.prismlauncher.org/maven/%s" BAD_VERSIONS = ["1.12.2-14.23.5.2851"]