Age | Commit message (Collapse) | Author |
|
update macos runner to macos 12
|
|
Hide index folder on Windows
|
|
PackPlatforms: Record where packs come from
|
|
Add sponsors to README
|
|
More links for CF / Modrinth mods / modpacks
|
|
|
|
|
|
|
|
|
|
Previously, the Shaders, Texture packs and Resource packs tabs had as
parent the ModFolderPage, making it so that making changes only to the
Mods page would require checking the id of the page for the correct one.
This was hackish and error-prone.
Now, those pages all inherit from a single class, ExternalResourcesPage,
that handles the basic behaviour of all of them, while allowing for
individual modification in code.
This is still not a clear separation, since internally, all those
resources are derived from Mods, so for now there's still some awkward
common code :/
|
|
Fix mod metadata tests
|
|
Co-authored-by: flow <flowlnlnln@gmail.com>
|
|
|
|
|
|
|
|
|
|
Avoid re-registering InstanceType
|
|
|
|
|
|
|
|
|
|
|
|
This maintains the previous behaviour
|
|
im stupid
|
|
(i.e. mods without ModDetails that may have metadata)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
|
|
Always store InstanceType
|
|
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
|
|
another oopsie x.x
|
|
|
|
|
|
|
|
|
|
|