mirror of
https://github.com/unmojang/meta.git
synced 2025-09-25 04:01:42 -04:00
Do not use pack.xz files anymore. Forge removed them.
This commit is contained in:
parent
3cad18d976
commit
bcbc2b72da
@ -80,8 +80,8 @@ def versionFromProfile(profile, version):
|
||||
fixedName.classifier = "universal"
|
||||
ourLib = MultiMCLibrary(name=fixedName)
|
||||
ourLib.url = forgeLib.url
|
||||
if forgeLib.checksums and len(forgeLib.checksums) == 2:
|
||||
ourLib.mmcHint = "forge-pack-xz"
|
||||
#if forgeLib.checksums and len(forgeLib.checksums) == 2:
|
||||
# ourLib.mmcHint = "forge-pack-xz"
|
||||
libs.append(ourLib)
|
||||
result.libraries = libs
|
||||
result.order = 5
|
||||
|
@ -80,8 +80,8 @@ def versionFromProfile(profile, version):
|
||||
fixedName.classifier = "universal"
|
||||
ourLib = MultiMCLibrary(name=fixedName)
|
||||
ourLib.url = forgeLib.url
|
||||
if forgeLib.checksums and len(forgeLib.checksums) == 2:
|
||||
ourLib.mmcHint = "forge-pack-xz"
|
||||
#if forgeLib.checksums and len(forgeLib.checksums) == 2:
|
||||
# ourLib.mmcHint = "forge-pack-xz"
|
||||
libs.append(ourLib)
|
||||
result.libraries = libs
|
||||
result.order = 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user