hardness = 3; } protected function recalculateBoundingBox(){ return new AxisAlignedBB( $this->x, $this->y, $this->z, $this->x + 1, $this->y + 0.9375, $this->z + 1 ); } public function getDrops(Item $item){ return [ [Item::DIRT, 0, 1], ]; } }