Blacklist the FTB voxel pack.
This commit is contained in:
parent
9022042360
commit
0d30a2655f
@ -336,6 +336,8 @@ QList<FTBRecord> InstanceList::discoverFTBInstances()
|
|||||||
if (!test.exists())
|
if (!test.exists())
|
||||||
continue;
|
continue;
|
||||||
record.name = attrs.value("name").toString();
|
record.name = attrs.value("name").toString();
|
||||||
|
if(record.name.contains("voxel", Qt::CaseInsensitive))
|
||||||
|
continue;
|
||||||
record.logo = attrs.value("logo").toString();
|
record.logo = attrs.value("logo").toString();
|
||||||
record.mcVersion = attrs.value("mcVersion").toString();
|
record.mcVersion = attrs.value("mcVersion").toString();
|
||||||
record.description = attrs.value("description").toString();
|
record.description = attrs.value("description").toString();
|
||||||
|
Loading…
Reference in New Issue
Block a user