Skip to content

Commit

Permalink
Do not use pack.xz files anymore. Forge removed them.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed May 19, 2020
1 parent 3cad18d commit bcbc2b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions generateForge.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions generateForge2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcbc2b7

Please sign in to comment.