Age | Commit message (Collapse) | Author |
|
This is done so that 1. ModAPI behaves more like an actual API instead
of just a helper, and 2. Allows for more easily creating other mod
providers that may or may not use network tasks (foreshadowing lol)
|
|
|
|
Moves all things related to creating the URLs of the mod platforms
that go to network tasks to a single place, so that:
1. Maintaining and fixing eventual issues is more straightforward.
2. Makes it possible to factor out more common code between the
different modplatform pages
|
|
Since there's little difference between them, let's remove duplication
and merge them.
|
|
|
|
|
|
|
|
This might fail in a few special cases
|
|
|
|
Also having a mod loader is now enforced
|
|
|
|
|