From affe0144335a3a27de1b6fd0c79eb1f032e61b25 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Mon, 31 Mar 2025 06:56:00 -0500 Subject: [PATCH] Fix auto updater for MC 1.21.4 and 1.21.5 --- .../distanthorizons/common/wrappers/VersionConstants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/VersionConstants.java b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/VersionConstants.java index 88f81c665..512f6f1f0 100644 --- a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/VersionConstants.java +++ b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/VersionConstants.java @@ -71,9 +71,9 @@ public class VersionConstants implements IVersionConstants #elif MC_VER == MC_1_21_3 return "1.21.3"; #elif MC_VER == MC_1_21_4 - return "1.21_4"; + return "1.21.4"; #elif MC_VER == MC_1_21_5 - return "1.21_5"; + return "1.21.5"; #else ERROR MC version constant missing #endif