Fixed items doing crazy things

This commit is contained in:
Shoghi Cervantes
2015-03-29 18:10:02 +02:00
parent d5ba2a72a5
commit c9adc336ee
7 changed files with 69 additions and 58 deletions

View File

@ -71,6 +71,10 @@ class FallingSand extends Entity{
return false;
}
public function attack($damage, EntityDamageEvent $source){
}
public function onUpdate($currentTick){
if($this->closed){