mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-12 08:41:00 -05:00
15w33c
This commit is contained in:
parent
9ad441cfcc
commit
0c2b7fdce8
2 changed files with 3 additions and 3 deletions
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.spacehq</groupId>
|
||||
<artifactId>mcprotocollib</artifactId>
|
||||
<version>15w33b-SNAPSHOT</version>
|
||||
<version>15w33c-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>MCProtocolLib</name>
|
||||
|
|
|
@ -2,8 +2,8 @@ package org.spacehq.mc.protocol;
|
|||
|
||||
public class MinecraftConstants {
|
||||
// General Constants
|
||||
public static final String GAME_VERSION = "15w33b";
|
||||
public static final int PROTOCOL_VERSION = 56;
|
||||
public static final String GAME_VERSION = "15w33c";
|
||||
public static final int PROTOCOL_VERSION = 57;
|
||||
|
||||
// General Key Constants
|
||||
public static final String PROFILE_KEY = "profile";
|
||||
|
|
Loading…
Reference in a new issue