From 7321e8f0d76cec43351d07d7992745f3d0dccdbb Mon Sep 17 00:00:00 2001 From: DoctorMacc Date: Mon, 2 Nov 2020 13:46:13 -0500 Subject: [PATCH] Update to 1.16.4 --- pom.xml | 2 +- .../github/steveice10/mc/protocol/MinecraftConstants.java | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 53b5dcc0..d4e5f7ac 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.steveice10 mcprotocollib - 1.16.4-pre2-SNAPSHOT + 1.16.4-SNAPSHOT jar MCProtocolLib diff --git a/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java b/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java index 65f15dae..3c2655eb 100644 --- a/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java +++ b/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java @@ -12,13 +12,12 @@ public final class MinecraftConstants { /** * Current supported game version. */ - public static final String GAME_VERSION = "1.16.4-pre2"; + public static final String GAME_VERSION = "1.16.4"; /** * Current supported protocol version. */ - //public static final int PROTOCOL_VERSION = 754; - public static final int PROTOCOL_VERSION = (1 << 30) | 2; + public static final int PROTOCOL_VERSION = 754; // General Key Constants