Merge pull request #18 from DioEgizio/forge-1.19

update forge 1.19 message
This commit is contained in:
dada513 2022-06-21 10:57:29 +02:00 committed by GitHub
commit b95975ba03
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;