diff options
Diffstat (limited to 'logic/minecraft/legacy')
-rw-r--r-- | logic/minecraft/legacy/LegacyInstance.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/logic/minecraft/legacy/LegacyInstance.h b/logic/minecraft/legacy/LegacyInstance.h index d88e2a71..3bef240d 100644 --- a/logic/minecraft/legacy/LegacyInstance.h +++ b/logic/minecraft/legacy/LegacyInstance.h @@ -124,6 +124,11 @@ public: virtual QString typeName() const override; + bool canExport() const override + { + return true; + } + protected: mutable std::shared_ptr<ModList> jar_mod_list; mutable std::shared_ptr<ModList> core_mod_list; |