diff --git a/src/pocketmine/block/Chest.php b/src/pocketmine/block/Chest.php index d053f4d1b..ad24a0316 100644 --- a/src/pocketmine/block/Chest.php +++ b/src/pocketmine/block/Chest.php @@ -52,7 +52,7 @@ class Chest extends Transparent{ $this->y, $this->z + 0.0625, $this->x + 0.9375, - $this->y + 0.875, + $this->y + 0.9475, $this->z + 0.9375 ); }