Merge pull request #458 from Paulomart/1.14.1

Update to 1.14.1
This commit is contained in:
Steven Smith 2019-05-28 13:38:25 -07:00 committed by GitHub
commit 7981d7cdce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.14-SNAPSHOT</version>
<version>1.14.1-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.14";
public static final int PROTOCOL_VERSION = 477;
public static final String GAME_VERSION = "1.14.1";
public static final int PROTOCOL_VERSION = 480;
// General Key Constants
public static final String PROFILE_KEY = "profile";