Bump version to 1.2.5.12 and protocol changes

This commit is contained in:
Dylan K. Taylor
2017-10-23 20:04:47 +01:00
parent 0df3b00de4
commit 0072af95cb
3 changed files with 129 additions and 124 deletions

View File

@ -39,15 +39,15 @@ interface ProtocolInfo{
/**
* Actual Minecraft: PE protocol version
*/
const CURRENT_PROTOCOL = 137;
const CURRENT_PROTOCOL = 140;
/**
* Current Minecraft PE version reported by the server. This is usually the earliest currently supported version.
*/
const MINECRAFT_VERSION = 'v1.2.0.81';
const MINECRAFT_VERSION = 'v1.2.5.12 beta';
/**
* Version number sent to clients in ping responses.
*/
const MINECRAFT_VERSION_NETWORK = '1.2.0.81';
const MINECRAFT_VERSION_NETWORK = '1.2.5.12';
const LOGIN_PACKET = 0x01;
const PLAY_STATUS_PACKET = 0x02;