From b399712be4704e4dbdfe6f410357352d9e36b3df Mon Sep 17 00:00:00 2001 From: neveler <55753029+neveler@users.noreply.github.com> Date: Sat, 19 Sep 2026 16:32:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Chunkbase=20=E7=A7=8D?= =?UTF-8?q?=E5=AD=90=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/org/jackhuang/hmcl/util/ChunkBaseApp.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/util/ChunkBaseApp.java b/HMCL/src/main/java/org/jackhuang/hmcl/util/ChunkBaseApp.java index ea3b0726989..5b5dfab7b0a 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/util/ChunkBaseApp.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/util/ChunkBaseApp.java @@ -37,9 +37,9 @@ public final class ChunkBaseApp { }; public static final String[] STRONGHOLD_FINDER_GAME_VERSIONS = { - "26.2", "26.1", "1.21.9", "1.21.6", "1.21.5", "1.21.4", "1.21.2", - "1.21", "1.20", "1.19.3", "1.19", "1.18", "1.17", "1.16", "1.15", - "1.14", "1.13", "1.12", "1.11", "1.10", "1.9", "1.8", "1.7" + "26.3", "26.2", "26.1", "1.21.9", "1.21.6", "1.21.5", "1.21.4", + "1.21.2", "1.21", "1.20", "1.19.3", "1.19", "1.18", "1.17", "1.16", + "1.15", "1.14", "1.13", "1.12", "1.11", "1.10", "1.9", "1.8", "1.7" }; public static final String[] NETHER_FORTRESS_GAME_VERSIONS = { @@ -49,9 +49,9 @@ public final class ChunkBaseApp { }; public static final String[] END_CITY_GAME_VERSIONS = { - "26.2", "26.1", "1.21.9", "1.21.6", "1.21.5", "1.21.4", "1.21.2", - "1.21", "1.20", "1.19.3", "1.19", "1.18", "1.17", "1.16", "1.15", - "1.14", "1.13" + "26.3", "26.2", "26.1", "1.21.9", "1.21.6", "1.21.5", "1.21.4", + "1.21.2", "1.21", "1.20", "1.19.3", "1.19", "1.18", "1.17", "1.16", + "1.15", "1.14", "1.13" }; public static boolean isSupported(@NotNull World world) {