mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 11:26:59 +03:00
Have the libraries tab show tweaker mods instead of libraries
This commit is contained in:
parent
f9ea3dbfde
commit
176783c8ca
4 changed files with 23 additions and 43 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue