From dd6abff7125ae8a7d48f05f039ddd508be5972aa Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 14 Feb 2017 11:39:58 +0000 Subject: [PATCH] Autogenerated data for 1.0.4.0 --- src/pocketmine/network/protocol/Info.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/pocketmine/network/protocol/Info.php b/src/pocketmine/network/protocol/Info.php index 227432767..e2ecab7d2 100644 --- a/src/pocketmine/network/protocol/Info.php +++ b/src/pocketmine/network/protocol/Info.php @@ -31,8 +31,8 @@ interface Info{ * Actual Minecraft: PE protocol version */ const CURRENT_PROTOCOL = 101; - const MINECRAFT_VERSION = "v1.0.3.0"; - const MINECRAFT_VERSION_NETWORK = "1.0.3.0"; + const MINECRAFT_VERSION = "v1.0.4.0 beta"; + const MINECRAFT_VERSION_NETWORK = "1.0.4.0"; const LOGIN_PACKET = 0x01; const PLAY_STATUS_PACKET = 0x02; @@ -112,9 +112,10 @@ interface Info{ const SHOW_CREDITS_PACKET = 0x4c; const AVAILABLE_COMMANDS_PACKET = 0x4d; const COMMAND_STEP_PACKET = 0x4e; - 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; + const UPDATE_TRADE_PACKET = 0x4f; + const RESOURCE_PACK_DATA_INFO_PACKET = 0x50; + const RESOURCE_PACK_CHUNK_DATA_PACKET = 0x51; + const RESOURCE_PACK_CHUNK_REQUEST_PACKET = 0x52; + const TRANSFER_PACKET = 0x53; } \ No newline at end of file