Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-23 | refactor: move mod tasks to their own subfolder | flow | |
Makes the launcher/minecraft/mod/ folder a little more organized. | |||
2022-05-23 | feat: add method to delete mod metadata | flow | |
Also moves indexDir setting from LocalModUpdateTask -> ModFolderModel | |||
2022-05-23 | feat: add mod index updating to ModDownloadTask | flow | |
This makes ModDownloadTask into a SequentialTask with 2 subtasks: Downloading the mod files and updating the index with the new information. The index updating is done first so that, in the future, we can prompt the user before download if, for instance, we discover there's another version already installed. | |||
2022-01-15 | Added smart file selection | timoreo | |
This might fail in a few special cases | |||
2022-01-14 | Removing copyrights | timoreo | |
2022-01-14 | Added the downloading of the mods | timoreo | |
2022-01-14 | Start of mod downloading | timoreo | |