mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Added Ladder bounding box
This commit is contained in:
@ -42,7 +42,7 @@ class FenceGate extends Transparent{
|
||||
if($this->getDamage() !== 2 and $this->getDamage() !== 0){
|
||||
return new AxisAlignedBB(
|
||||
$this->x + 0.375,
|
||||
$this->y + 0.0,
|
||||
$this->y,
|
||||
$this->z,
|
||||
$this->x + 0.625,
|
||||
$this->y + 1,
|
||||
|
Reference in New Issue
Block a user