From 9ebec63229d09f7024c3b84cc368356cd4b452be Mon Sep 17 00:00:00 2001 From: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Date: Tue, 21 Jun 2022 08:52:12 +0200 Subject: [PATCH] update forge 1.19 message forge bug and fixed :P --- src/logs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/logs.ts b/src/logs.ts index b50a7bd..fbeafcc 100644 --- a/src/logs.ts +++ b/src/logs.ts @@ -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;