Merge pull request #1588 from TheKodeToad/resource-meta

Implement tracking and updates for files other than mods
This commit is contained in:
TheKodeToad 2024-10-30 17:03:54 +00:00 committed by GitHub
commit c142d38f08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
61 changed files with 1808 additions and 1344 deletions

View file

@ -87,7 +87,7 @@ class ResourceAPI {
struct VersionSearchArgs {
ModPlatform::IndexedPack pack;
std::optional<std::list<Version> > mcVersions;
std::optional<std::list<Version>> mcVersions;
std::optional<ModPlatform::ModLoaderTypes> loaders;
VersionSearchArgs(VersionSearchArgs const&) = default;