Autogenerated data for 1.0.7.0

Did they actually _change_ anything or just trying to keep it on par with the game version? >_<
This commit is contained in:
Dylan K. Taylor 2017-04-21 13:22:09 +01:00
parent 547a09c8d4
commit a356e36340

View File

@ -31,9 +31,9 @@ interface ProtocolInfo{
/**
* Actual Minecraft: PE protocol version
*/
const CURRENT_PROTOCOL = 106;
const MINECRAFT_VERSION = 'v1.0.6.52';
const MINECRAFT_VERSION_NETWORK = '1.0.6.52';
const CURRENT_PROTOCOL = 107;
const MINECRAFT_VERSION = 'v1.0.7.0';
const MINECRAFT_VERSION_NETWORK = '1.0.7.0';
const LOGIN_PACKET = 0x01;
const PLAY_STATUS_PACKET = 0x02;