Mob spawning!

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-12 14:59:36 +01:00
parent a735ca460c
commit 51bb3faf39
5 changed files with 25 additions and 3 deletions

View File

@ -44,6 +44,7 @@ define("MC_CHAT", 0x85);
define("MC_SET_TIME", 0x86);
define("MC_START_GAME", 0x87);
define("MC_ADD_MOB", 0x88);
define("MC_ADD_PLAYER", 0x89);
define("MC_ADD_ENTITY", 0x8c);

View File

@ -44,6 +44,7 @@ $dataName = array(
MC_SET_TIME => "SetTime",
MC_START_GAME => "StartGame",
MC_ADD_MOB => "AddMob",
MC_ADD_PLAYER => "AddPlayer",
MC_ADD_ENTITY => "AddEntity",