-
Notifications
You must be signed in to change notification settings - Fork 10
Migrating from 2.x to 3.0
Stephan Henrichs edited this page Feb 28, 2020
·
7 revisions
You should add a SHA-256 checksum to your entries in the CSV. More Details. Furthermore you can also add flags. Thats it
Follow the relevant step of the getting started guide
- 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.