diff --git a/src/block/ShulkerBox.php b/src/block/ShulkerBox.php index 18cd38ff8a..672cc1a11a 100644 --- a/src/block/ShulkerBox.php +++ b/src/block/ShulkerBox.php @@ -91,7 +91,7 @@ class ShulkerBox extends Opaque{ $shulker = $this->position->getWorld()->getTile($this->position); if($shulker instanceof TileShulkerBox){ if( - $this->getSide($this->facing)->getId() !== BlockLegacyIds::AIR || + $this->getSide($this->facing)->isSolid() || !$shulker->canOpenWith($item->getCustomName()) ){ return true;