Have the libraries tab show tweaker mods instead of libraries

This commit is contained in:
Jan Dalheimer
2014-01-27 20:17:29 +01:00
parent f9ea3dbfde
commit 176783c8ca
4 changed files with 23 additions and 43 deletions

View File

@@ -53,7 +53,7 @@ bool LiteLoaderInstaller::add(OneSixInstance *to)
QJsonObject obj;
obj.insert("mainClass", QString("net.minecraft.launchwrapper.Launch"));
obj.insert("+minecraftArguments", QString(" --tweakClass com.mumfrey.liteloader.launch.LiteLoaderTweaker"));
obj.insert("+tweakers", QJsonArray::fromStringList(QStringList() << "com.mumfrey.liteloader.launch.LiteLoaderTweaker"));
obj.insert("order", 10);
QJsonArray libraries;