Skip to content

Commit f7a5c7a

Browse files
GlavoWulian233
andauthored
[release/3.6] 修复 1.21.5 以上的地图跳转种子地图错误 (#4317)
#4274 Co-authored-by: Wulian233 <1055917385@qq.com>
1 parent 633e8f8 commit f7a5c7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HMCL/src/main/java/org/jackhuang/hmcl/util/ChunkBaseApp.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ public final class ChunkBaseApp {
3030
private static final GameVersionNumber MIN_GAME_VERSION = GameVersionNumber.asGameVersion("1.7");
3131

3232
private static final String[] SEED_MAP_GAME_VERSIONS = {
33-
"1.21.5", "1.21.4", "1.21.2", "1.21", "1.20", "1.19.3", "1.19",
34-
"1.18", "1.17", "1.16", "1.15", "1.14", "1.13", "1.12", "1.11",
35-
"1.10", "1.9", "1.8", "1.7"
33+
"1.21.6", "1.21.5", "1.21.4", "1.21.2", "1.21", "1.20", "1.19.3",
34+
"1.19", "1.18", "1.17", "1.16", "1.15", "1.14", "1.13", "1.12",
35+
"1.11", "1.10", "1.9", "1.8", "1.7"
3636
};
3737

3838
public static final String[] STRONGHOLD_FINDER_GAME_VERSIONS = {

0 commit comments

Comments
 (0)