From da795a709429c46604598c44be2d1aa13ad47577 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 7 Apr 2024 08:18:48 +1000 Subject: [PATCH] Minecraft 24w14a 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 af68f0c69..5be234d05 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 = 1073742006; + public static final int MINECRAFT_1_20_5 = 1073742008; public static final List SUPPORTED_VERSIONS; public static final List SUPPORTED_VERSION_IDS;