Added mcVersion column

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-10-17 19:25:01 +03:00
parent 9001d9eb75
commit b54376062e
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
11 changed files with 67 additions and 24 deletions

View file

@ -138,7 +138,7 @@ auto getModLoaderAsString(ModLoaderType type) -> const QString
return "";
}
auto getModLoaderFromString(QString type) -> const ModLoaderType
auto getModLoaderFromString(QString type) -> ModLoaderType
{
if (type == "neoforge")
return NeoForge;