summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-18 00:26:47 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-10-18 00:26:47 +0200
commit4fdad5137194a61de760b294ed84caa21f7dcf0b (patch)
tree0f4e828c31ce9b5cebc80e8fd2560f11027560de /meta
parentee9fafc89617f7d8771a18adf43c6b36c3e42abe (diff)
downloadProject-Tick-4fdad5137194a61de760b294ed84caa21f7dcf0b.tar.gz
Project-Tick-4fdad5137194a61de760b294ed84caa21f7dcf0b.zip
fix: use files.scrumplex.rocks
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'meta')
-rw-r--r--meta/common/forge.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/common/forge.py b/meta/common/forge.py
index d39249cc0c..a6697300de 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://polymc.github.io/files/maven/%s"
+FORGEWRAPPER_MAVEN = "https://files.scrumplex.rocks/maven/%s"
BAD_VERSIONS = ["1.12.2-14.23.5.2851"]