add support for neoforge in atl packs
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@@ -107,7 +107,7 @@ static void loadVersionLoader(ATLauncher::VersionLoader& p, QJsonObject& obj)
|
||||
p.recommended = metadata["recommended"].toBool();
|
||||
|
||||
// Minecraft Forge
|
||||
if (p.type == "forge") {
|
||||
if (p.type == "forge" || p.type == "neoforge") {
|
||||
p.version = metadata["version"].toString("");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user