Added Iron bars bounding box

This commit is contained in:
Shoghi Cervantes 2014-08-30 23:30:10 +02:00
parent edad52c6ea
commit f9182bd0f8

View File

@ -22,11 +22,9 @@
namespace pocketmine\block;
class IronBars extends Transparent{
class IronBars extends Thin{
public function __construct(){
parent::__construct(self::IRON_BARS, 0, "Iron Bars");
$this->isFullBlock = false;
$this->isSolid = false;
}
}