corected side and added loaders
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
7015b8f7b2
commit
ab725eeb18
6 changed files with 47 additions and 4 deletions
|
@ -41,7 +41,7 @@ class ModrinthAPI : public NetworkResourceAPI {
|
|||
for (auto loader :
|
||||
{ ModPlatform::NeoForge, ModPlatform::Forge, ModPlatform::Fabric, ModPlatform::Quilt, ModPlatform::LiteLoader }) {
|
||||
if (types & loader) {
|
||||
l << getModLoaderString(loader);
|
||||
l << getModLoaderAsString(loader);
|
||||
}
|
||||
}
|
||||
return l;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue