Items spawn, Tiles spawn, both are saved, blocks drop

This commit is contained in:
Shoghi Cervantes
2014-05-24 17:25:37 +02:00
parent f2dc9cdff7
commit ec055fd8d1
9 changed files with 293 additions and 48 deletions

View File

@ -23,5 +23,7 @@ namespace pocketmine\entity;
abstract class Living extends Entity implements Damageable{
protected function initEntity(){
}
}