mirror of
https://github.com/unmojang/meta.git
synced 2025-09-23 11:10:53 -04:00
fix: update files URL
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
1dd2294b51
commit
c6f60ad677
@ -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)
|
||||
|
||||
|
||||
|
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user