Update to 1.16.4-pre2

This commit is contained in:
DoctorMacc 2020-10-22 13:02:21 -04:00 committed by Steveice10
parent 37af0d3a39
commit c363fc3cb5
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
<groupId>com.github.steveice10</groupId>
<artifactId>mcprotocollib</artifactId>
<version>1.16.4-pre1-SNAPSHOT</version>
<version>1.16.4-pre2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>MCProtocolLib</name>

View file

@ -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