From c363fc3cb5be8c9e95b36a0716597a00ff9a97f8 Mon Sep 17 00:00:00 2001 From: DoctorMacc Date: Thu, 22 Oct 2020 13:02:21 -0400 Subject: [PATCH] Update to 1.16.4-pre2 --- pom.xml | 2 +- .../com/github/steveice10/mc/protocol/MinecraftConstants.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ad7d8918..53b5dcc0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.steveice10 mcprotocollib - 1.16.4-pre1-SNAPSHOT + 1.16.4-pre2-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 c3c93f6f..65f15dae 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,13 @@ public final class MinecraftConstants { /** * Current supported game version. */ - public static final String GAME_VERSION = "1.16.4-pre1"; + public static final String GAME_VERSION = "1.16.4-pre2"; /** * Current supported protocol version. */ //public static final int PROTOCOL_VERSION = 754; - public static final int PROTOCOL_VERSION = (1 << 30) | 1; + public static final int PROTOCOL_VERSION = (1 << 30) | 2; // General Key Constants