Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Nov 12, 2024
1 parent f053b12 commit 7b47a15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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

Expand Down
9 changes: 9 additions & 0 deletions src/main/java/org/polyfrost/hytils/config/HytilsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7b47a15

Please sign in to comment.