From d0fa62d424c7533ca82e8b6f676e97d34480af48 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 10 Feb 2024 12:26:38 +1100 Subject: [PATCH] Minecraft 24w06a 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 175917665..fdfa14807 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 @@ -45,7 +45,7 @@ public class ProtocolConstants public static final int MINECRAFT_1_20 = 763; public static final int MINECRAFT_1_20_2 = 764; public static final int MINECRAFT_1_20_3 = 765; - public static final int MINECRAFT_1_20_5 = 1073741999; + public static final int MINECRAFT_1_20_5 = 1073742000; public static final List SUPPORTED_VERSIONS; public static final List SUPPORTED_VERSION_IDS;