From cb8a5e6df99c17cff8d1ed46eae2ca35d794f292 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 24 Jun 2025 17:54:37 +0100 Subject: [PATCH] hide all the error messages from ae2's ingame guide, see GuideMe#58 --- config/guideme.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/guideme.toml b/config/guideme.toml index 7cb39d00c..63407ca98 100644 --- a/config/guideme.toml +++ b/config/guideme.toml @@ -2,6 +2,8 @@ [guides] #Never load translated guide pages for your current language. ignoreTranslatedGuides = false + #Never show errors in guides when recipes can't be found (i.e. because they were hidden by a datapack). + hideMissingRecipeErrors = true [gui] #Adapt GUI scaling for the Guide screen to fix Minecraft font issues at GUI scale 1 and 3.