Increased Fence, Fence Gate and Stone Wall Y bounding box

This commit is contained in:
Shoghi Cervantes
2014-11-22 13:44:05 +01:00
parent 8249cac592
commit 545f68382c
3 changed files with 4 additions and 7 deletions

View File

@ -51,7 +51,7 @@ class FenceGate extends Transparent{
$this->y,
$this->z + 0.375,
$this->x + 1,
$this->y + 1,
$this->y + 1.5,
$this->z + 0.625
);
}else{
@ -60,7 +60,7 @@ class FenceGate extends Transparent{
$this->y,
$this->z,
$this->x + 0.625,
$this->y + 1,
$this->y + 1.5,
$this->z + 1
);
}