Added Ladder bounding box

This commit is contained in:
Shoghi Cervantes
2014-08-30 23:45:08 +02:00
parent fa5f00a1ff
commit a23352be88
2 changed files with 42 additions and 1 deletions

View File

@ -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,