Skip to content

Commit

Permalink
Snapshot 21w05a
Browse files Browse the repository at this point in the history
  • Loading branch information
Xernium committed Feb 3, 2021
1 parent 6d69be0 commit 4e8c8c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BungeeCord-Patches/0061-Preliminary-1.17-support.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 37124052e5d272f4d580c08868932580708cb7a3 Mon Sep 17 00:00:00 2001
From b6751d0a87c640a6a0f4767c8d5da2c541f31b14 Mon Sep 17 00:00:00 2001
From: "Markus L. (FivePB)" <[email protected]>
Date: Mon, 9 Nov 2020 09:47:50 +0100
Subject: [PATCH] Preliminary 1.17 support
Expand Down Expand Up @@ -216,7 +216,7 @@ index d372933d..5eeb89d3 100644

TO_SERVER.registerPacket(
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
index 2202c4d3..365ff071 100644
index 2202c4d3..747085e6 100644
--- a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
@@ -33,6 +33,14 @@ public class ProtocolConstants
Expand All @@ -227,7 +227,7 @@ index 2202c4d3..365ff071 100644
+ public static final int MINECRAFT_1_17 = 755; // Waterfall 1.17
+
+ private static final int SNAPSHOT_BIT = 30;
+ public static final int SNAPSHOT_PROTOCOL = (1 << SNAPSHOT_BIT) | 11; // Snapshot 21w03a
+ public static final int SNAPSHOT_PROTOCOL = (1 << SNAPSHOT_BIT) | 12; // Snapshot 21w05a
+
+ // Waterfall 1.17 & snapshot/pre end
+
Expand Down

0 comments on commit 4e8c8c5

Please sign in to comment.