Merge pull request #1334 from TheKodeToad/litemod-dl
LiteMod downloading
This commit is contained in:

committed by
Sefa Eyeoglu

parent
6f1d594f1c
commit
fe1ea7240e
@ -21,6 +21,8 @@ class FlameAPI : public NetworkResourceAPI {
|
||||
|
||||
[[nodiscard]] auto getSortingMethods() const -> QList<ResourceAPI::SortingMethod> override;
|
||||
|
||||
static inline auto validateModLoaders(ModLoaderTypes loaders) -> bool { return loaders & (Forge | Fabric | Quilt); }
|
||||
|
||||
private:
|
||||
static int getClassId(ModPlatform::ResourceType type)
|
||||
{
|
||||
|
Reference in New Issue
Block a user