diff options
author | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-06-30 14:52:00 +0100 |
---|---|---|
committer | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-07-22 20:50:58 +0100 |
commit | 211cfb4af785f2084c8d274eabf33551bb7c8643 (patch) | |
tree | 8e6a8679ba502b3daf2f65cf9e55e66708338884 /api/logic/minecraft | |
parent | c5d0348181f97c306a4fd5b2ae51619a414b8677 (diff) | |
download | PrismLauncher-211cfb4af785f2084c8d274eabf33551bb7c8643.tar.gz PrismLauncher-211cfb4af785f2084c8d274eabf33551bb7c8643.tar.bz2 PrismLauncher-211cfb4af785f2084c8d274eabf33551bb7c8643.zip |
NOISSUE Disable Install Forge button on 1.17 (and above)
It appears that Minecraft Forge for Minecraft 1.17 will require setting
JVM arguments to operate, this is not currently possible with MultiMC's
meta.
Therefore, when Forge for 1.17 is released a solution will need to be
looked into.
Diffstat (limited to 'api/logic/minecraft')
-rw-r--r-- | api/logic/minecraft/OneSixVersionFormat.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/api/logic/minecraft/OneSixVersionFormat.cpp b/api/logic/minecraft/OneSixVersionFormat.cpp index d6aaa790..0329d70e 100644 --- a/api/logic/minecraft/OneSixVersionFormat.cpp +++ b/api/logic/minecraft/OneSixVersionFormat.cpp @@ -194,8 +194,7 @@ VersionFilePtr OneSixVersionFormat::versionFileFromJson(const QJsonDocument &doc LibDLInfo->artifact = out->mojangDownloads["client"]; lib->setMojangDownloadInfo(LibDLInfo); } - // we got nothing... guess based on ancient hardcoded Mojang behaviour - // FIXME: this will eventually break... + // we got nothing... else { out->addProblem( |