mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Added Iron bars bounding box
This commit is contained in:
parent
edad52c6ea
commit
f9182bd0f8
@ -22,11 +22,9 @@
|
|||||||
namespace pocketmine\block;
|
namespace pocketmine\block;
|
||||||
|
|
||||||
|
|
||||||
class IronBars extends Transparent{
|
class IronBars extends Thin{
|
||||||
public function __construct(){
|
public function __construct(){
|
||||||
parent::__construct(self::IRON_BARS, 0, "Iron Bars");
|
parent::__construct(self::IRON_BARS, 0, "Iron Bars");
|
||||||
$this->isFullBlock = false;
|
|
||||||
$this->isSolid = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user