fix: switch to Prism fork of ForgeWrapper

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-08-06 14:56:09 +02:00
parent 48bb5d6779
commit 51dda0e273
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951
2 changed files with 5 additions and 5 deletions

View File

@ -293,13 +293,13 @@ def version_from_build_system_installer(
v.libraries = []
wrapper_lib = Library(
name=GradleSpecifier("io.github.zekerzhayard", "ForgeWrapper", "1.5.6")
name=GradleSpecifier("io.github.zekerzhayard", "ForgeWrapper", "1.5.6-prism")
)
wrapper_lib.downloads = MojangLibraryDownloads()
wrapper_lib.downloads.artifact = MojangArtifact(
url=FORGEWRAPPER_MAVEN,
sha1="b38d28e8b7fde13b1bc0db946a2da6760fecf98d",
size=34715,
url=FORGEWRAPPER_MAVEN % (wrapper_lib.name.path()),
sha1="b059aa8c4d2508055c6ed2a2561923a5e670a5eb",
size=34860,
)
v.libraries.append(wrapper_lib)

View File

@ -13,5 +13,5 @@ STATIC_LEGACYINFO_FILE = join(BASE_DIR, "neoforge-legacyinfo.json")
NEOFORGE_COMPONENT = "net.neoforged"
FORGEWRAPPER_MAVEN = "https://github.com/ZekerZhayard/ForgeWrapper/releases/download/1.5.6/ForgeWrapper-1.5.6.jar"
FORGEWRAPPER_MAVEN = "https://files.prismlauncher.org/maven/%s"
BAD_VERSIONS = [""]