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.
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user