Begin updating to 1.13

This commit is contained in:
Jonas Herzig 2018-07-18 22:22:51 +02:00
parent 4b29ec1783
commit c374deb992
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.12.2-3-SNAPSHOT</version>
<version>1.13-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.12.2";
public static final int PROTOCOL_VERSION = 340;
public static final String GAME_VERSION = "1.13";
public static final int PROTOCOL_VERSION = 393;
// General Key Constants
public static final String PROFILE_KEY = "profile";