update forge 1.19 message

forge bug and fixed :P
This commit is contained in:
DioEgizio 2022-06-21 08:52:12 +02:00 committed by GitHub
parent 7625ee89a3
commit 9ebec63229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,8 +155,8 @@ const tempForge119IssueAnalyzer: Analyzer = async (text) => {
);
if (matches) {
return [
'Forge 1.19 issues',
'We are working on a fix for this issue. For now, using Forge on 1.19 in PolyMC is only possible on Linux, MacOS M1 and Windows 32-bit',
'Update your Forge 1.19',
'Update to the latest version of Forge 1.19, older ones have issues with the new split natives system, causing this crash.',
];
}
return null;