Update protocol ids for 1.11.2

This commit is contained in:
games647 2016-12-23 16:57:01 +01:00
parent 5954134812
commit b6d72152da
No known key found for this signature in database
GPG key ID: E9E962F08F621538
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.spacehq</groupId> <groupId>org.spacehq</groupId>
<artifactId>mcprotocollib</artifactId> <artifactId>mcprotocollib</artifactId>
<version>1.11-SNAPSHOT</version> <version>1.11.2-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>MCProtocolLib</name> <name>MCProtocolLib</name>

View file

@ -2,8 +2,8 @@ package org.spacehq.mc.protocol;
public class MinecraftConstants { public class MinecraftConstants {
// General Constants // General Constants
public static final String GAME_VERSION = "1.11"; public static final String GAME_VERSION = "1.11.2";
public static final int PROTOCOL_VERSION = 315; public static final int PROTOCOL_VERSION = 316;
// General Key Constants // General Key Constants
public static final String PROFILE_KEY = "profile"; public static final String PROFILE_KEY = "profile";