|
1 |
| -From 515cc3cfac6a1fe853e14fc907a0f4c09a4fa2e4 Mon Sep 17 00:00:00 2001 |
| 1 | +From 53f0322d96bf7c6e0466005e76080181a433a88f 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
|
@@ -305,7 +305,7 @@ index d0a68650..f0fcb2f8 100644
|
305 | 305 |
|
306 | 306 | <name>HyperFall-Native</name>
|
307 | 307 | diff --git a/pom.xml b/pom.xml
|
308 |
| -index 1c695045..77b6b751 100644 |
| 308 | +index 90ecf103..4c61184d 100644 |
309 | 309 | --- a/pom.xml
|
310 | 310 | +++ b/pom.xml
|
311 | 311 | @@ -12,7 +12,7 @@
|
@@ -390,14 +390,14 @@ index aa1515f4..6a8d3495 100644
|
390 | 390 | TO_CLIENT.registerPacket(
|
391 | 391 | PluginMessage.class,
|
392 | 392 | 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
|
393 |
| -index cd987c8a..8af146e7 100644 |
| 393 | +index cd987c8a..ceff92c8 100644 |
394 | 394 | --- a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
|
395 | 395 | +++ b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
|
396 | 396 | @@ -28,6 +28,7 @@ public class ProtocolConstants
|
397 | 397 | public static final int MINECRAFT_1_15 = 573;
|
398 | 398 | public static final int MINECRAFT_1_15_1 = 575;
|
399 | 399 | public static final int MINECRAFT_1_15_2 = 578;
|
400 |
| -+ public static final int MINECRAFT_1_16 = 710; |
| 400 | ++ public static final int MINECRAFT_1_16 = 711; |
401 | 401 | public static final List<String> SUPPORTED_VERSIONS = Arrays.asList(
|
402 | 402 | "1.8.x",
|
403 | 403 | "1.9.x",
|
|
0 commit comments