mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 09:08:42 +00:00
Change the OneSix library view. It now shows a list of patches.
This commit is contained in:
@@ -78,6 +78,10 @@ bool LiteLoaderInstaller::add(OneSixInstance *to)
|
||||
}
|
||||
|
||||
obj.insert("+libraries", libraries);
|
||||
obj.insert("name", QString("LiteLoader"));
|
||||
obj.insert("id", id());
|
||||
obj.insert("version", to->intendedVersionId());
|
||||
obj.insert("mcVersion", to->intendedVersionId());
|
||||
|
||||
QFile file(filename(to->instanceRoot()));
|
||||
if (!file.open(QFile::WriteOnly))
|
||||
|
Reference in New Issue
Block a user