Fix data pack filtering
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
46c348a7b4
commit
82978ee34d
5 changed files with 22 additions and 10 deletions
|
@ -122,11 +122,13 @@ auto getModLoaderAsString(ModLoaderType type) -> const QString
|
|||
case Cauldron:
|
||||
return "cauldron";
|
||||
case LiteLoader:
|
||||
return "liteloader";
|
||||
return "liteloader";
|
||||
case Fabric:
|
||||
return "fabric";
|
||||
case Quilt:
|
||||
return "quilt";
|
||||
case DataPack:
|
||||
return "datapack";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue