#3878: Minecraft 1.21.9-pre2 support

This commit is contained in:
FlorianMichael
2025-09-20 09:13:05 +10:00
committed by md_5
parent 01048b4fca
commit 7be06f141d

View File

@@ -52,7 +52,7 @@ public class ProtocolConstants
public static final int MINECRAFT_1_21_5 = 770; public static final int MINECRAFT_1_21_5 = 770;
public static final int MINECRAFT_1_21_6 = 771; public static final int MINECRAFT_1_21_6 = 771;
public static final int MINECRAFT_1_21_7 = 772; public static final int MINECRAFT_1_21_7 = 772;
public static final int MINECRAFT_1_21_9 = 1073742092; public static final int MINECRAFT_1_21_9 = 1073742094;
public static final List<String> SUPPORTED_VERSIONS; public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS; public static final List<Integer> SUPPORTED_VERSION_IDS;