mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Merge branch 'master' into api3/network
This commit is contained in:
@ -30,9 +30,9 @@ interface ProtocolInfo{
|
||||
/**
|
||||
* 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 CURRENT_PROTOCOL = 102;
|
||||
const MINECRAFT_VERSION = "v1.0.4.1 beta";
|
||||
const MINECRAFT_VERSION_NETWORK = "1.0.4.1";
|
||||
|
||||
const LOGIN_PACKET = 0x01;
|
||||
const PLAY_STATUS_PACKET = 0x02;
|
||||
@ -112,9 +112,10 @@ interface ProtocolInfo{
|
||||
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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user