NOISSUE silly/simple implementation of mod metadata in OneSix version format

This commit is contained in:
Petr Mrázek
2017-04-21 22:23:00 +02:00
parent 581460dcf9
commit f3c46dbf11
6 changed files with 72 additions and 4 deletions

View File

@ -85,6 +85,9 @@ public: /* data */
/// MultiMC: list of jar mods added to this version
QList<LibraryPtr> jarMods;
/// MultiMC: list of mods added to this version
QList<LibraryPtr> mods;
public:
// Mojang: DEPRECATED list of 'downloads' - client jar, server jar, windows server exe, maybe more.
QMap <QString, std::shared_ptr<MojangDownloadInfo>> mojangDownloads;