From edfd959fb1f5542ad8953e4231b447b793b54dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Thu, 3 Oct 2024 19:50:50 +0200 Subject: [PATCH] #137 disable disabling of startup messages --- config/utilitarian-common.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/utilitarian-common.toml b/config/utilitarian-common.toml index 319582cc..7cddffd0 100644 --- a/config/utilitarian-common.toml +++ b/config/utilitarian-common.toml @@ -1,7 +1,7 @@ #Enable No Startup Messages module -noStartupMessagesEnabled = true +noStartupMessagesEnabled = false #A list of word sequences that if contained in a message will be stopped. -noStartupMessagesMessages = [] +noStartupMessagesMessages = ["This game is using an alpha build of Ender IO"] #Disable recipe advancements disableRecipeAdvancements = true #Enable startup ding sound