From f3c20cde30a9dd2193e9b043962d30e492af71bc Mon Sep 17 00:00:00 2001 From: James Seibel Date: Tue, 19 May 2026 19:18:15 -0500 Subject: [PATCH] clean up config menu, remove fake transparency --- .../common/wrappers/gui/updater/UpdateModScreen.java | 4 ++-- coreSubProjects | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/updater/UpdateModScreen.java b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/updater/UpdateModScreen.java index 0662b5d6c..0387ca881 100644 --- a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/updater/UpdateModScreen.java +++ b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/updater/UpdateModScreen.java @@ -261,7 +261,7 @@ public class UpdateModScreen extends DhScreen #if MC_VER > MC_1_12_2 matrices, this.font, #endif - Translatable(ModInfo.ID + ".updater.text1"), + Translatable(ModInfo.ID + ".updater.updateAvailable"), this.width / 2, this.height / 2 - 35, #if MC_VER < MC_1_21_6 0xFFFFFF // RGB @@ -273,7 +273,7 @@ public class UpdateModScreen extends DhScreen #if MC_VER > MC_1_12_2 matrices, this.font, #endif - Translatable(ModInfo.ID + ".updater.text2", this.currentVer, this.nextVer), + Translatable(ModInfo.ID + ".updater.updateConfirmation", this.currentVer, this.nextVer), this.width / 2, this.height / 2 - 20, #if MC_VER < MC_1_21_6 0x52FD52 // RGB diff --git a/coreSubProjects b/coreSubProjects index b14701ef6..c81dc83bb 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit b14701ef6bf46f33ef518f12727c2a419e744700 +Subproject commit c81dc83bb188b9c2f7e2dad6ce965d256a9c8475