From bf6e8db941d4efae9859b2f773f275c533e34cd1 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 1 Feb 2017 10:11:55 +0000 Subject: [PATCH] Autogenerated data for 1.0.3.0 --- src/pocketmine/network/protocol/Info.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pocketmine/network/protocol/Info.php b/src/pocketmine/network/protocol/Info.php index 75c6fdda9..227432767 100644 --- a/src/pocketmine/network/protocol/Info.php +++ b/src/pocketmine/network/protocol/Info.php @@ -30,9 +30,9 @@ interface Info{ /** * Actual Minecraft: PE protocol version */ - const CURRENT_PROTOCOL = 100; - const MINECRAFT_VERSION = "v1.0.0.16"; - const MINECRAFT_VERSION_NETWORK = "1.0.0.16"; + const CURRENT_PROTOCOL = 101; + const MINECRAFT_VERSION = "v1.0.3.0"; + const MINECRAFT_VERSION_NETWORK = "1.0.3.0"; const LOGIN_PACKET = 0x01; const PLAY_STATUS_PACKET = 0x02; @@ -115,5 +115,6 @@ interface Info{ const RESOURCE_PACK_DATA_INFO_PACKET = 0x4f; const RESOURCE_PACK_CHUNK_DATA_PACKET = 0x50; const RESOURCE_PACK_CHUNK_REQUEST_PACKET = 0x51; + const TRANSFER_PACKET = 0x52; } \ No newline at end of file