Protocol updates for 1.1.0.5

This commit is contained in:
Dylan K. Taylor
2017-04-20 13:54:55 +01:00
parent 17e4f45e97
commit 6c5ca9b256
7 changed files with 35 additions and 10 deletions

View File

@ -32,8 +32,8 @@ interface ProtocolInfo{
* Actual Minecraft: PE protocol version
*/
const CURRENT_PROTOCOL = 110;
const MINECRAFT_VERSION = 'v1.1.0.3 beta';
const MINECRAFT_VERSION_NETWORK = '1.1.0.3';
const MINECRAFT_VERSION = 'v1.1.0.5 beta';
const MINECRAFT_VERSION_NETWORK = '1.1.0.5';
const LOGIN_PACKET = 0x01;
const PLAY_STATUS_PACKET = 0x02;