#3883: Minecraft 1.21.9-rc1 support

This commit is contained in:
EnZaXD
2025-09-26 02:00:04 +02:00
committed by GitHub
parent a2558484f5
commit 4c02676b7a

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_6 = 771;
public static final int MINECRAFT_1_21_7 = 772;
public static final int MINECRAFT_1_21_9 = 1073742096;
public static final int MINECRAFT_1_21_9 = 1073742097;
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;