From 62f0464d266a2fdcaa02447146d02b5c70a3f201 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 14 Feb 2026 16:24:13 +1100 Subject: [PATCH] Minecraft 26.1-snapshot-7 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 6eba9d039..64f143a70 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 @@ -54,7 +54,7 @@ public class ProtocolConstants public static final int MINECRAFT_1_21_7 = 772; public static final int MINECRAFT_1_21_9 = 773; public static final int MINECRAFT_1_21_11 = 774; - public static final int MINECRAFT_26_1 = 1073742113; + public static final int MINECRAFT_26_1 = 1073742117; public static final List SUPPORTED_VERSIONS; public static final List SUPPORTED_VERSION_IDS;