Add totalTimePlayed for FTBApp import

Signed-off-by: chouzz <zhouhua852@gmail.com>
This commit is contained in:
chouzz
2024-03-09 19:34:16 +08:00
parent fba2ce3c9f
commit 92113e233a
3 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,7 @@ struct Modpack {
QString name;
QString version;
QString mcVersion;
int totalPlayTime;
// not needed for instance creation
QVariant jvmArgs;