aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/mod/ModFolderLoadTask.h
AgeCommit message (Collapse)Author
2022-05-23refactor: move mod tasks to their own subfolderflow
Makes the launcher/minecraft/mod/ folder a little more organized.
2022-05-23feat: use mod metadata for getting mod informationflow
For now this doesn't mean much, but it will help when we need data exclusive from the metadata, such as addon id and mod provider. Also removes the metadata when the mod is deleted, and make the Mod.h file a little more pleasing to look at :)
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek