From 0daa00cec2d4f8acb8dc9a3bbb2cd370c8e0406f Mon Sep 17 00:00:00 2001 From: James Seibel Date: Wed, 15 Apr 2026 21:51:02 -0500 Subject: [PATCH] fix 26.1.2 version constant number --- .../distanthorizons/common/wrappers/VersionConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e7c77f08f..f18c8db09 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 @@ -94,7 +94,7 @@ public class VersionConstants implements IVersionConstants #elif MC_VER == MC_1_21_11 return "1.21.11"; #elif MC_VER == MC_26_1_2 - return "26.1.0"; + return "26.1.2"; #else ERROR MC version constant missing #endif