Various fixes

This commit is contained in:
timoreo
2022-01-18 12:28:55 +01:00
parent 975f77756d
commit affc2521aa
7 changed files with 24 additions and 16 deletions

View File

@ -76,13 +76,14 @@ void FlameMod::loadIndexedPackVersions(FlameMod::IndexedPack & pack, QJsonArray
break;
}
}else{
//this cannot check for the recent mcmod.toml formats
if(fname == "mcmod.info"){
valid = true;
break;
}
}
}
if(!valid){
if(!valid || !hasFabric){
continue;
}