update forge 1.19 message
forge bug and fixed :P
This commit is contained in:
parent
7625ee89a3
commit
9ebec63229
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ const tempForge119IssueAnalyzer: Analyzer = async (text) => {
|
||||||
);
|
);
|
||||||
if (matches) {
|
if (matches) {
|
||||||
return [
|
return [
|
||||||
'Forge 1.19 issues',
|
'Update your Forge 1.19',
|
||||||
'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 to the latest version of Forge 1.19, older ones have issues with the new split natives system, causing this crash.',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue