Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Retries, Old Folder Deletion and Better Exceptions

Choose a tag to compare

@North-West-Wind North-West-Wind released this 23 Feb 10:24

Added retries for downloads. Users can change this value in configuration to determine how many times the program will try to download if an error was received.
On some modpack installation errors, the old folder is remained and the program throws errors about it. Users can now decide whether or not to delete the folder in order to install.
Exceptions are now more specific by using Java's different types of exceptions.