summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/legacy/LegacyInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/legacy/LegacyInstance.h')
-rw-r--r--logic/minecraft/legacy/LegacyInstance.h5
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;