Various fixes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user