diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-18 22:56:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-18 22:56:55 +0200 |
commit | 3098aecf9760074a291bd8460ce749e556baad3a (patch) | |
tree | 6796142de8c68e1c852b2fdf1d2bc4aa82d2975d /launcher/ui/dialogs/InstallLoaderDialog.cpp | |
parent | eb4efa5a9c95f81a1cf628957de19541cc0f5f89 (diff) | |
parent | be2888d6fbf28e515206d8677f8f6c8fce8b6e89 (diff) | |
download | PrismLauncher-3098aecf9760074a291bd8460ce749e556baad3a.tar.gz PrismLauncher-3098aecf9760074a291bd8460ce749e556baad3a.tar.bz2 PrismLauncher-3098aecf9760074a291bd8460ce749e556baad3a.zip |
Merge pull request #1498 from Scrumplex/neoforge
Diffstat (limited to 'launcher/ui/dialogs/InstallLoaderDialog.cpp')
-rw-r--r-- | launcher/ui/dialogs/InstallLoaderDialog.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/InstallLoaderDialog.cpp b/launcher/ui/dialogs/InstallLoaderDialog.cpp index 840a328f..541119d1 100644 --- a/launcher/ui/dialogs/InstallLoaderDialog.cpp +++ b/launcher/ui/dialogs/InstallLoaderDialog.cpp @@ -129,7 +129,9 @@ InstallLoaderDialog::InstallLoaderDialog(std::shared_ptr<PackProfile> profile, c QList<BasePage*> InstallLoaderDialog::getPages() { - return { // Forge + return { // NeoForge + new InstallLoaderPage("net.neoforged", "neoforged", tr("NeoForge"), {}, profile), + // Forge new InstallLoaderPage("net.minecraftforge", "forge", tr("Forge"), {}, profile), // Fabric new InstallLoaderPage("net.fabricmc.fabric-loader", "fabricmc", tr("Fabric"), Version("1.14"), profile), |