packwiz-installer
packwiz-installer copied to clipboard
An installer for packwiz modpacks, with automatic auto-updating and optional mods! Works well with MultiMC and on servers.
(split from #4) > One, is the packwiz-installer window is tiny. So tiny that you can't see the full text of what is being downloaded. @IITFA, I'm wondering if this...
https://uploadi.ng/fazzi/jNScKfQo as you can see here, there are white boxes and I'm unable to see the options. I'm running Arch Linux. Any suggestions?
When using the GUI you can choose to continue when there are errors, as far as I know this isn't possible on the command line version. It would be useful...
Addresses #27 Adds the `-t`/`--timeout` option, which takes in a number of seconds to wait before automatically closing if there is no update or user interactivity required. Not supplying the...
`java.lang.Exception: Invalid mod file hash at link.infra.packwiz.installer.metadata.IndexFile$File.downloadMeta(SourceFile:45) at link.infra.packwiz.installer.DownloadTask.downloadMetadata(SourceFile:94) at link.infra.packwiz.installer.UpdateManager.processIndex$lambda-9(SourceFile:310) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290) at java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:746) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at...
Similar to the way Optifine, Fabric, Forge installers work
In pre-0.5.0 versions, the HTTP resolver would "correctly" parse relative URIs starting with `../`. Version 0.5.0 throws an IllegalArgumentException when it encounters such entries. Example: `http://example.com/packwiz-repo/config/Adorn.json5.toml` ```toml name = "config/Adorn.json5"...
## Description If a parent HTTP request returns a redirect respose, subsequent child requests should respect the redirect location from parent's response. | Parent Request | Child Request | |----------------|----------------|...
I figured a good way to get around some of the third-party download restrictions for my private modpack would be to just place the mods' .jar files in the `mods/`...
# Note Sorry if this is already implemented or has been asked before, I have tried to search for it and didn't find anything. # Why? I'm making a modpack...