Improved entity ticking

This commit is contained in:
Shoghi Cervantes
2014-10-06 13:10:59 +02:00
parent d53ba52d32
commit de11cce154
4 changed files with 34 additions and 19 deletions

View File

@ -43,6 +43,8 @@ class FallingBlock extends Entity{
protected $drag = 0.02;
protected $blockId = 0;
public $canCollide = false;
protected function initEntity(){
$this->namedtag->id = new String("id", "FallingSand");
if(isset($this->namedtag->Tile)){