diff --git a/src/material/block/GenericBlock.php b/src/material/block/GenericBlock.php index 816540c1fa..74416a711a 100644 --- a/src/material/block/GenericBlock.php +++ b/src/material/block/GenericBlock.php @@ -43,7 +43,7 @@ class GenericBlock extends Block{ } public function onUpdate($type){ - if($this->hasPhysics === true){ + if($this->hasPhysics === true and $type === BLOCK_UPDATE_NORMAL){ $down = $this->getSide(0); if($down->getID() === AIR or ($down instanceof LiquidBlock)){ $data = array(