aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/VersionFile.h
diff options
context:
space:
mode:
authorOverMighty <its.overmighty@gmail.com>2020-05-04 11:36:41 +0200
committerOverMighty <its.overmighty@gmail.com>2020-05-04 11:36:41 +0200
commit313a6574c15e0cc0fd9bb510609b63905d1c760b (patch)
tree02d108881481f76c6c1dd6faab0cc2b844fcf8de /api/logic/minecraft/VersionFile.h
parent381c12547fe91a7392f42337674da390841b39ed (diff)
parent5ca5661c23050d738f1d5f9ced5e7fb71eef3fce (diff)
downloadPrismLauncher-313a6574c15e0cc0fd9bb510609b63905d1c760b.tar.gz
PrismLauncher-313a6574c15e0cc0fd9bb510609b63905d1c760b.tar.bz2
PrismLauncher-313a6574c15e0cc0fd9bb510609b63905d1c760b.zip
chore: pull changes from upstream
Diffstat (limited to 'api/logic/minecraft/VersionFile.h')
-rw-r--r--api/logic/minecraft/VersionFile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/logic/minecraft/VersionFile.h b/api/logic/minecraft/VersionFile.h
index 3dc9db96..29ddd0bc 100644
--- a/api/logic/minecraft/VersionFile.h
+++ b/api/logic/minecraft/VersionFile.h
@@ -75,6 +75,9 @@ public: /* data */
/// Mojang: list of libraries to add to the version
QList<LibraryPtr> libraries;
+ /// MultiMC: list of maven files to put in the libraries folder, but not in classpath
+ QList<LibraryPtr> mavenFiles;
+
/// The main jar (Minecraft version library, normally)
LibraryPtr mainJar;