Skip to content

Commit 151733d

Browse files
committed
Update Upstream (Waterfall) and add Minecraft Snapshot 20w15a Support!
1 parent 746a041 commit 151733d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Waterfall

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 515cc3cfac6a1fe853e14fc907a0f4c09a4fa2e4 Mon Sep 17 00:00:00 2001
1+
From 53f0322d96bf7c6e0466005e76080181a433a88f 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
@@ -305,7 +305,7 @@ index d0a68650..f0fcb2f8 100644
305305

306306
<name>HyperFall-Native</name>
307307
diff --git a/pom.xml b/pom.xml
308-
index 1c695045..77b6b751 100644
308+
index 90ecf103..4c61184d 100644
309309
--- a/pom.xml
310310
+++ b/pom.xml
311311
@@ -12,7 +12,7 @@
@@ -390,14 +390,14 @@ index aa1515f4..6a8d3495 100644
390390
TO_CLIENT.registerPacket(
391391
PluginMessage.class,
392392
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
394394
--- a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
395395
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
396396
@@ -28,6 +28,7 @@ public class ProtocolConstants
397397
public static final int MINECRAFT_1_15 = 573;
398398
public static final int MINECRAFT_1_15_1 = 575;
399399
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;
401401
public static final List<String> SUPPORTED_VERSIONS = Arrays.asList(
402402
"1.8.x",
403403
"1.9.x",

0 commit comments

Comments
 (0)