Disable config reload message for now

There isn't a good way to print this in a way that will catch the
modification in all scenarios, and that doesn't annoy the user
This commit is contained in:
embeddedt 2023-08-18 15:16:20 -04:00
parent fa9103fb06
commit 45f92f7fce
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -79,7 +79,7 @@ public class NightConfigFixer {
private static boolean couldShowMessage = true;
private static void triggerConfigMessage() {
if(couldShowMessage && Minecraft.getInstance().level != null && ModernFixClient.recipesUpdated && ModernFixClient.tagsUpdated) {
if(false && couldShowMessage && Minecraft.getInstance().level != null && ModernFixClient.recipesUpdated && ModernFixClient.tagsUpdated) {
Minecraft.getInstance().execute(() -> {
if(Minecraft.getInstance().level != null) {
couldShowMessage = false;