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 2fed17e6e50d903065bdbd8766e710036aaddfdb Mon Sep 17 00:00:00 2001
1
+ From 47efebdea2426d4f6ba76005ddfc1ca55f206497 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
@@ -350,14 +350,14 @@ index aa1515f4..5e1399a6 100644
350
350
// Waterfall start
351
351
TO_CLIENT.registerPacket(
352
352
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
353
- index cd987c8a..31ddd591 100644
353
+ index cd987c8a..9fa666a2 100644
354
354
--- a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
355
355
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
356
356
@@ -28,6 +28,7 @@ public class ProtocolConstants
357
357
public static final int MINECRAFT_1_15 = 573;
358
358
public static final int MINECRAFT_1_15_1 = 575;
359
359
public static final int MINECRAFT_1_15_2 = 578;
360
- + public static final int MINECRAFT_1_16 = 706 ;
360
+ + public static final int MINECRAFT_1_16 = 707 ;
361
361
public static final List<String> SUPPORTED_VERSIONS = Arrays.asList(
362
362
"1.8.x",
363
363
"1.9.x",
You can’t perform that action at this time.
0 commit comments