Update MinecraftConstants

This commit is contained in:
Paul Heidenreich 2019-04-28 12:57:22 +02:00
parent 932b09b27d
commit 78f4d347e9

View file

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