feat: implement mod resolving for FTB

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2022-06-02 21:23:20 +02:00
parent 86573a5ccd
commit 75a7ea55d4
5 changed files with 113 additions and 7 deletions

View File

@ -97,6 +97,12 @@ struct VersionTarget
int64_t updated;
};
struct VersionFileCurseForge
{
int project;
int file;
};
struct VersionFile
{
int id;
@ -111,6 +117,7 @@ struct VersionFile
bool serverOnly;
bool optional;
int64_t updated;
VersionFileCurseForge curseforge;
};
struct Version