File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- From 9af9bbacf0f27974df5d182f9f3f43afeeddba6a Mon Sep 17 00:00:00 2001
1
+ From e2a3dbf3ad74c94831947f2e0322dcaa3d26eeae Mon Sep 17 00:00:00 2001
2
2
From: Justsnoopy30 <everettallen30@gmail.com>
3
3
Date: Sun, 16 Feb 2020 16:45:16 -0600
4
4
Subject: [PATCH] Minecraft 1.16 Support
@@ -1169,14 +1169,14 @@ index aa1515f4..04345a3f 100644
1169
1169
/*
1170
1170
} catch ( NoSuchMethodException ex )
1171
1171
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
1172
- index cd987c8a..2f723b9a 100644
1172
+ index cd987c8a..dafe398a 100644
1173
1173
--- a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
1174
1174
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
1175
1175
@@ -28,6 +28,7 @@ public class ProtocolConstants
1176
1176
public static final int MINECRAFT_1_15 = 573;
1177
1177
public static final int MINECRAFT_1_15_1 = 575;
1178
1178
public static final int MINECRAFT_1_15_2 = 578;
1179
- + public static final int MINECRAFT_1_16 = 733 ; // HyperFall 1.16 Pre-8
1179
+ + public static final int MINECRAFT_1_16 = 734 ; // HyperFall 1.16 Release Candidate 1
1180
1180
public static final List<String> SUPPORTED_VERSIONS = Arrays.asList(
1181
1181
"1.8.x",
1182
1182
"1.9.x",
You can’t perform that action at this time.
0 commit comments