Skip to content

Commit 07e14cd

Browse files
committed
Minecraft 1.16 Release Candidate 1 Support!
1 parent 7668dbb commit 07e14cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Waterfall-Proxy-Patches/0003-Minecraft-1.16-Support.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 9af9bbacf0f27974df5d182f9f3f43afeeddba6a Mon Sep 17 00:00:00 2001
1+
From e2a3dbf3ad74c94831947f2e0322dcaa3d26eeae Mon Sep 17 00:00:00 2001
22
From: Justsnoopy30 <everettallen30@gmail.com>
33
Date: Sun, 16 Feb 2020 16:45:16 -0600
44
Subject: [PATCH] Minecraft 1.16 Support
@@ -1169,14 +1169,14 @@ index aa1515f4..04345a3f 100644
11691169
/*
11701170
} catch ( NoSuchMethodException ex )
11711171
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
11731173
--- a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
11741174
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
11751175
@@ -28,6 +28,7 @@ public class ProtocolConstants
11761176
public static final int MINECRAFT_1_15 = 573;
11771177
public static final int MINECRAFT_1_15_1 = 575;
11781178
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
11801180
public static final List<String> SUPPORTED_VERSIONS = Arrays.asList(
11811181
"1.8.x",
11821182
"1.9.x",

0 commit comments

Comments
 (0)