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:
parent
fa9103fb06
commit
45f92f7fce
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user