PrimedTNT Entity implemented

This commit is contained in:
Shoghi Cervantes
2013-09-07 02:46:18 +02:00
parent 0ddc48ca80
commit 5952e34995
3 changed files with 43 additions and 4 deletions

View File

@ -62,6 +62,7 @@ define("ENTITY_MOB", 2);
define("MOB_PIGMAN", 36);
define("ENTITY_OBJECT", 3);
define("OBJECT_PRIMEDTNT", 65);
define("OBJECT_ARROW", 80);
define("OBJECT_PAINTING", 83);