fix: check for Quilt as Fabric-compatible loader
This commit is contained in:
parent
74cdf5350d
commit
35cfb41a9c
11 changed files with 54 additions and 18 deletions
|
@ -391,7 +391,7 @@ void LocalModParseTask::processAsZip()
|
|||
zip.close();
|
||||
return;
|
||||
}
|
||||
else if (zip.setCurrentFile("fabric.mod.json"))
|
||||
else if (zip.setCurrentFile("fabric.mod.json")) // TODO: Support quilt.mod.json
|
||||
{
|
||||
if (!file.open(QIODevice::ReadOnly))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue