Update to 1.16 release

This commit is contained in:
RednedEpic 2020-06-23 08:16:54 -05:00
parent 79fe6394a8
commit b5eb5ca624
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-rc1-SNAPSHOT</version>
<version>1.16-SNAPSHOT</version>
<packaging>jar</packaging>
<name>MCProtocolLib</name>

View file

@ -2,8 +2,8 @@ package com.github.steveice10.mc.protocol;
public class MinecraftConstants {
// General Constants
public static final String GAME_VERSION = "1.16-rc1";
public static final int PROTOCOL_VERSION = 734;
public static final String GAME_VERSION = "1.16";
public static final int PROTOCOL_VERSION = 735;
// General Key Constants
public static final String PROFILE_KEY = "profile";