Recognize neoforge as a modloader in FTB instances
Resolves https://github.com/unmojang/FjordLauncher/issues/17
This commit is contained in:
parent
27774b5143
commit
a7cf31fd95
@ -258,6 +258,8 @@ void PackInstallTask::createInstance()
|
||||
components->setComponentVersion("net.minecraftforge", target.version);
|
||||
} else if (target.name == "fabric") {
|
||||
components->setComponentVersion("net.fabricmc.fabric-loader", target.version);
|
||||
} else if (target.name == "neoforge") {
|
||||
components->setComponentVersion("net.neoforged", target.version);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user