more friendly forge java bug message
This commit is contained in:
parent
c39ed8e49c
commit
9273316fe9
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const forgeJavaAnalyzer: analyzer = async (text) => {
|
||||||
) {
|
) {
|
||||||
return [
|
return [
|
||||||
'Forge Java Bug',
|
'Forge Java Bug',
|
||||||
'Old versions of Forge crash with Java 8u321+. For this reason, using Java 8u312 or lower is reccomended.\nYou can also update Forge via the Versions tab.',
|
'Old versions of Forge crash with Java 8u321+.\nTo fix this, update forge to the latest version via the Versions tab \n(right click on Forge, click Change Version, and choose the latest one)\nAlternatively, you can download 8u312 or lower. See [archive](https://github.com/adoptium/temurin8-binaries/releases/tag/jdk8u312-b07)',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue