From 0be632a4d6bd4fd34008ce918cec5141603edaa2 Mon Sep 17 00:00:00 2001 From: Outfluencer Date: Sat, 30 Aug 2025 03:00:58 +0200 Subject: [PATCH] #3875: Minecraft 25w35a 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 04178dfe..ecfff87a 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 @@ -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 = 1073742088; + public static final int MINECRAFT_1_21_9 = 1073742089; public static final List SUPPORTED_VERSIONS; public static final List SUPPORTED_VERSION_IDS;