mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-15 18:29:46 +00:00
Autogenerated data for 1.0.3.0
This commit is contained in:
parent
06c399fa05
commit
bf6e8db941
@ -30,9 +30,9 @@ interface Info{
|
|||||||
/**
|
/**
|
||||||
* Actual Minecraft: PE protocol version
|
* Actual Minecraft: PE protocol version
|
||||||
*/
|
*/
|
||||||
const CURRENT_PROTOCOL = 100;
|
const CURRENT_PROTOCOL = 101;
|
||||||
const MINECRAFT_VERSION = "v1.0.0.16";
|
const MINECRAFT_VERSION = "v1.0.3.0";
|
||||||
const MINECRAFT_VERSION_NETWORK = "1.0.0.16";
|
const MINECRAFT_VERSION_NETWORK = "1.0.3.0";
|
||||||
|
|
||||||
const LOGIN_PACKET = 0x01;
|
const LOGIN_PACKET = 0x01;
|
||||||
const PLAY_STATUS_PACKET = 0x02;
|
const PLAY_STATUS_PACKET = 0x02;
|
||||||
@ -115,5 +115,6 @@ interface Info{
|
|||||||
const RESOURCE_PACK_DATA_INFO_PACKET = 0x4f;
|
const RESOURCE_PACK_DATA_INFO_PACKET = 0x4f;
|
||||||
const RESOURCE_PACK_CHUNK_DATA_PACKET = 0x50;
|
const RESOURCE_PACK_CHUNK_DATA_PACKET = 0x50;
|
||||||
const RESOURCE_PACK_CHUNK_REQUEST_PACKET = 0x51;
|
const RESOURCE_PACK_CHUNK_REQUEST_PACKET = 0x51;
|
||||||
|
const TRANSFER_PACKET = 0x52;
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user