Added some weird things to test entities

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-07 20:48:27 +01:00
parent 48a331cff1
commit 4d24f829aa
5 changed files with 99 additions and 9 deletions

View File

@ -49,6 +49,8 @@ define("MC_ADD_PLAYER", 0x89);
define("MC_REMOVE_ENTITY", 0x8d);
define("MC_ADD_ITEM_ENTITY", 0x8e);
define("MC_MOVE_ENTITY", 0x90);
define("MC_MOVE_ENTITY_POSROT", 0x93);
define("MC_MOVE_PLAYER", 0x94);
define("MC_PLACE_BLOCK", 0x95);

View File

@ -49,6 +49,8 @@ $dataName = array(
MC_REMOVE_ENTITY => "RemoveEntity",
MC_ADD_ITEM_ENTITY => "AddItemEntity",
MC_MOVE_ENTITY => "MoveEntity",
MC_MOVE_ENTITY_POSROT => "MoveEntity_PosRot",
MC_MOVE_PLAYER => "MovePlayer",
MC_PLACE_BLOCK => "PlaceBlock",