Skip to content

Commit 3828347

Browse files
committed
Minecraft Snapshot 20w12a Support
1 parent e0f1541 commit 3828347

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 2fed17e6e50d903065bdbd8766e710036aaddfdb Mon Sep 17 00:00:00 2001
1+
From 47efebdea2426d4f6ba76005ddfc1ca55f206497 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
@@ -350,14 +350,14 @@ index aa1515f4..5e1399a6 100644
350350
// Waterfall start
351351
TO_CLIENT.registerPacket(
352352
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
354354
--- a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
355355
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
356356
@@ -28,6 +28,7 @@ public class ProtocolConstants
357357
public static final int MINECRAFT_1_15 = 573;
358358
public static final int MINECRAFT_1_15_1 = 575;
359359
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;
361361
public static final List<String> SUPPORTED_VERSIONS = Arrays.asList(
362362
"1.8.x",
363363
"1.9.x",

0 commit comments

Comments
 (0)