fix: check for Quilt as Fabric-compatible loader

This commit is contained in:
Sefa Eyeoglu 2022-02-20 20:55:26 +01:00
parent 74cdf5350d
commit 35cfb41a9c
No known key found for this signature in database
GPG key ID: C10411294912A422
11 changed files with 54 additions and 18 deletions

View file

@ -241,6 +241,7 @@ void InstanceImportTask::processFlame()
QString forgeVersion;
QString fabricVersion;
// TODO: is Quilt relevant here?
for(auto &loader: pack.minecraft.modLoaders)
{
auto id = loader.id;