diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 00:26:47 +0200 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 00:26:47 +0200 |
| commit | 4fdad5137194a61de760b294ed84caa21f7dcf0b (patch) | |
| tree | 0f4e828c31ce9b5cebc80e8fd2560f11027560de /meta | |
| parent | ee9fafc89617f7d8771a18adf43c6b36c3e42abe (diff) | |
| download | Project-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.py | 2 |
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"] |
