more friendly forge java bug message

This commit is contained in:
dada513 2022-06-07 15:30:53 +02:00
parent c39ed8e49c
commit 9273316fe9
No known key found for this signature in database
GPG key ID: 403448C14FA4B33E

View file

@ -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;