Updated blocks bounding boxes

This commit is contained in:
Shoghi Cervantes
2014-08-24 16:30:56 +02:00
parent f0f9bccb4b
commit c47e359262
24 changed files with 111 additions and 6 deletions

View File

@ -49,6 +49,11 @@ class Sapling extends Flowable{
$this->hardness = 0;
}
public function getBoundingBox(){
return null;
}
public function place(Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null){
$down = $this->getSide(0);
if($down->getID() === self::GRASS or $down->getID() === self::DIRT or $down->getID() === self::FARMLAND){