feat: updated flame mod resolution

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-07-20 19:59:58 +03:00
parent f4f1d5f0d7
commit 7cb8deeb90
3 changed files with 33 additions and 1 deletions

View File

@@ -40,6 +40,7 @@
#include <QString>
#include <QUrl>
#include <QVector>
#include "minecraft/mod/tasks/LocalResourceParse.h"
#include "modplatform/ModIndex.h"
namespace Flame {
@@ -54,6 +55,8 @@ struct File {
// our
QString targetFolder = QStringLiteral("mods");
enum class Type { Unknown, Folder, Ctoc, SingleFile, Cmod2, Modpack, Mod } type = Type::Mod;
PackedResourceType resourceType;
};
struct Modloader {