Skip to content

Commit

Permalink
Bump protocol to 361 (1.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeMortal committed Jul 13, 2019
1 parent 17c36d2 commit 6972cb8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ public interface ProtocolInfo {
/**
* Actual Minecraft: PE protocol version
*/
int CURRENT_PROTOCOL = Integer.valueOf("354"); //plugins can change it
int CURRENT_PROTOCOL = Integer.valueOf("361"); //plugins can change it

String MINECRAFT_VERSION = "v1.11.0";
String MINECRAFT_VERSION_NETWORK = "1.11.0";
String MINECRAFT_VERSION = "v1.12.0";
String MINECRAFT_VERSION_NETWORK = "1.12.0";

byte LOGIN_PACKET = 0x01;
byte PLAY_STATUS_PACKET = 0x02;
Expand Down

0 comments on commit 6972cb8

Please sign in to comment.