mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Improved entity ticking
This commit is contained in:
@ -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)){
|
||||
|
Reference in New Issue
Block a user