From 6e80f03409054293bdbbcd0ce87b607a811016d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 2 Oct 2016 00:26:10 +0200 Subject: NOISSUE add instance-local library storage Any libraries stored in $instanceroot/libraries/ will override the libraries from MultiMC's global folders, as long as they are marked 'local' in the json patch. --- api/logic/minecraft/legacy/LegacyInstance.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'api/logic/minecraft/legacy/LegacyInstance.h') diff --git a/api/logic/minecraft/legacy/LegacyInstance.h b/api/logic/minecraft/legacy/LegacyInstance.h index 1d95340b..3db35fc9 100644 --- a/api/logic/minecraft/legacy/LegacyInstance.h +++ b/api/logic/minecraft/legacy/LegacyInstance.h @@ -132,6 +132,11 @@ public: QStringList getNativeJars() const override; QString getNativePath() const override; + QString getLocalLibraryPath() const override + { + return QString(); + } + QStringList processMinecraftArgs(AuthSessionPtr account) const override; QStringList verboseDescription(AuthSessionPtr session) override; -- cgit v1.2.3