mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
add support for neoforge in atl packs
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
3ba24f3f09
commit
f832a361e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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("");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue