Added strength, weakness, resistance effects, fixed entity area

This commit is contained in:
Shoghi Cervantes
2015-03-29 14:49:47 +02:00
parent c2baaf435d
commit d5ba2a72a5
9 changed files with 44 additions and 46 deletions

View File

@ -71,10 +71,6 @@ class FallingSand extends Entity{
return false;
}
public function getData(){
return [];
}
public function onUpdate($currentTick){
if($this->closed){