From 5079181c283b3b822f41abbf78f63b556a827ac0 Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 23 Apr 2024 06:16:02 +1000 Subject: [PATCH] Minecraft 1.20.5-rc3 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 b08b06e5..f6a2f1d6 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 = 1073742014; + public static final int MINECRAFT_1_20_5 = 1073742015; public static final List SUPPORTED_VERSIONS; public static final List SUPPORTED_VERSION_IDS;