Proper recipe matching from network, bumped protocol, build 11, fixed entities not being killed on void (closes #3021), fixes achievement acquireIron not being possible (fixes #2600)

This commit is contained in:
Shoghi Cervantes
2015-05-15 13:59:19 +02:00
parent e61db8ad06
commit 76e6ccebd5
7 changed files with 179 additions and 73 deletions

View File

@ -31,6 +31,7 @@ class ContainerSetContentPacket extends DataPacket{
const SPECIAL_INVENTORY = 0;
const SPECIAL_ARMOR = 0x78;
const SPECIAL_CREATIVE = 0x79;
const SPECIAL_CRAFTING = 0x7a;
public $windowid;
public $slots = [];

View File

@ -30,7 +30,7 @@ interface Info{
/**
* Actual Minecraft: PE protocol version
*/
const CURRENT_PROTOCOL = 25;
const CURRENT_PROTOCOL = 26;
const LOGIN_PACKET = 0x82;
const PLAY_STATUS_PACKET = 0x83;