From 7b47a15683a64faeeaba0a81a2c2588215b5d076 Mon Sep 17 00:00:00 2001 From: ev chang Date: Tue, 12 Nov 2024 13:24:43 -0500 Subject: [PATCH] bump ver --- gradle.properties | 2 +- .../java/org/polyfrost/hytils/config/HytilsConfig.java | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 602c258..8d7180e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name = Hytils Reborn mod_id = hytils-reborn -mod_version = 1.7.3 +mod_version = 1.7.4 # Sets the name of the jar file that you put in your 'mods' folder. mod_archives_name=Hytils Reborn diff --git a/src/main/java/org/polyfrost/hytils/config/HytilsConfig.java b/src/main/java/org/polyfrost/hytils/config/HytilsConfig.java index 096f0a3..f9c554b 100644 --- a/src/main/java/org/polyfrost/hytils/config/HytilsConfig.java +++ b/src/main/java/org/polyfrost/hytils/config/HytilsConfig.java @@ -1258,6 +1258,15 @@ public HytilsConfig() { } catch (ClassNotFoundException ignored) { } + if (ggMessage == null || ggMessage.isEmpty()) { + ggMessage = "gg"; + save(); + } + if (ggMessage2 == null || ggMessage2.isEmpty()) { + ggMessage2 = "Have a good day!"; + save(); + } + if (configNumber != 3) { // Config version has not been set or is outdated if (configNumber == 1) { overlayAmount = 300;