From 84ac7ab944dc911c333b4ef7d16e185c4c2625b7 Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 2 Sep 2024 21:06:40 +1000 Subject: [PATCH] Minecraft 24w35a support --- .../main/java/net/md_5/bungee/protocol/ProtocolConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java index 7798c85e..768eb789 100644 --- a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java +++ b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java @@ -47,7 +47,7 @@ public class ProtocolConstants public static final int MINECRAFT_1_20_3 = 765; public static final int MINECRAFT_1_20_5 = 766; public static final int MINECRAFT_1_21 = 767; - public static final int MINECRAFT_1_21_2 = 1073742030; + public static final int MINECRAFT_1_21_2 = 1073742031; public static final List SUPPORTED_VERSIONS; public static final List SUPPORTED_VERSION_IDS;