HACK add option to launch without a main jar

This commit is contained in:
Petr Mrázek
2019-02-22 03:01:46 +01:00
parent d5d710b89e
commit 2bcd255909
6 changed files with 32 additions and 7 deletions

View File

@@ -77,6 +77,7 @@ public: /* data */
/// The main jar (Minecraft version library, normally)
LibraryPtr mainJar;
bool removeMainJar = false;
/// MultiMC: list of attached traits of this version file - used to enable features
QSet<QString> traits;