summaryrefslogtreecommitdiffstats
path: root/logic/LegacyInstance.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-04-19 21:24:11 +0200
committerPetr Mrázek <peterix@gmail.com>2014-04-19 21:24:11 +0200
commit565dab24b54b154df046644e00caa58a663a6ba4 (patch)
treee5a07115b615042e495adf78da4b51cedd494f43 /logic/LegacyInstance.h
parentbf1632e4ed09f3fdc140b25a67b82f2bedb66f76 (diff)
downloadMultiMC-565dab24b54b154df046644e00caa58a663a6ba4.tar
MultiMC-565dab24b54b154df046644e00caa58a663a6ba4.tar.gz
MultiMC-565dab24b54b154df046644e00caa58a663a6ba4.tar.lz
MultiMC-565dab24b54b154df046644e00caa58a663a6ba4.tar.xz
MultiMC-565dab24b54b154df046644e00caa58a663a6ba4.zip
Download and cache FML libs for legacy minecraft versions.
* minor fix for version filtering (1.5 no longer shows forge for 1.5.1 and 1.5.2) * FML libs are downloaded to mods/minecraftforge/libs and cached * FML libs are copied to instances which contain FML or forge
Diffstat (limited to 'logic/LegacyInstance.h')
-rw-r--r--logic/LegacyInstance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/LegacyInstance.h b/logic/LegacyInstance.h
index 636addeb..badaf7e3 100644
--- a/logic/LegacyInstance.h
+++ b/logic/LegacyInstance.h
@@ -41,6 +41,7 @@ public:
std::shared_ptr<ModList> texturePackList();
////// Directories //////
+ QString libDir() const;
QString savesDir() const;
QString texturePacksDir() const;
QString jarModsDir() const;