Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-02 | refactor: extract common code in mod pages and model | flow | |
This creates a hierarchy in which ModPage and ModModel are the parents of every mod provider, providing the basic functionality common to all of them. It also imposes a unique .ui file (they were already equal before, just duplicated basically) on all mod providers. | |||
2022-03-02 | refactor: Use a single indexed pack for mods | flow | |
Since there's little difference between them, let's remove duplication and merge them. | |||
2022-02-04 | Fix wrong mod file name | timoreo | |
2022-01-31 | Update to Modrinth API V2 | timoreo | |
2022-01-19 | Reduce spaghettiness | timoreo | |
2022-01-18 | Various fixes | timoreo | |
2022-01-15 | Filtering per mod loader & mc version | timoreo | |
2022-01-14 | Fixed icons | timoreo | |
Also having a mod loader is now enforced | |||
2022-01-14 | Start of mod downloading | timoreo | |