Various fixes
This commit is contained in:
parent
975f77756d
commit
affc2521aa
7 changed files with 24 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue