Updated protocol details, anvil menu creation

This commit is contained in:
Shoghi Cervantes
2015-08-06 11:51:41 +02:00
parent 2e0ef645fa
commit d0bfc826ea
6 changed files with 61 additions and 16 deletions

View File

@ -30,7 +30,7 @@ interface Info{
/**
* Actual Minecraft: PE protocol version
*/
const CURRENT_PROTOCOL = 31;
const CURRENT_PROTOCOL = 32;
const LOGIN_PACKET = 0x87;
const PLAY_STATUS_PACKET = 0x88;