Added some types of Particles, Block break particles

This commit is contained in:
Shoghi Cervantes
2015-03-13 14:24:19 +01:00
parent 1ce7cc64a6
commit e48a3e5713
8 changed files with 188 additions and 4 deletions

View File

@@ -1246,7 +1246,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
$this->lastUpdate = $currentTick;
if($this->spawned){
if($this->spawned){
$this->processMovement($currentTick);
$this->entityBaseTick(1);