Migrating from 2.x to 3.0 - XDjackieXD/PackUpdate GitHub Wiki
(Optional) Expanding your Pack file
You should add a SHA-256 checksum to your entries in the CSV. More Details. Furthermore you can also add flags. Thats it
Updating the MultiMC instance
(Alternative 1) Create a new MultiMC instance config [Recommended]
Follow the relevant step of the getting started guide
(Alternative 2) Update PackUpdate in-place
- Update UpdateUpdater - You can find the latest version at its own repo
- Update the Pre-Launch command to have exactly two parameters:
client
and the Pack URL - (Optional) Add checksums (sha256) and flags as additional parameters to your CSV
- Run UpdateUpdater through MultiMC and verify everything is working
- (Optional) Set
beta=true
in your$INSTANCE_DIR/packupdate/updater.properties
if you want to also download beta releases
Please be aware that PackUpdate will attempt to redownload all your mods after the upgrade. You can also delete both the PackUpdate.jar created by the old UpdaterUpdater and the local state file. PackUpdate 3.x will automatically create a packupdate
directory in your minecraft directory and keep any local files there.