Added mcVersion column
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
9001d9eb75
commit
b54376062e
11 changed files with 67 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue