mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 21:01:02 -05:00
Update MinecraftConstants
This commit is contained in:
parent
932b09b27d
commit
78f4d347e9
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue