diff --git a/src/block/EnderChest.php b/src/block/EnderChest.php index 54dba5277..6f6acc39a 100644 --- a/src/block/EnderChest.php +++ b/src/block/EnderChest.php @@ -66,4 +66,8 @@ class EnderChest extends Transparent{ VanillaBlocks::OBSIDIAN()->asItem()->setCount(8) ]; } + + public function isAffectedBySilkTouch() : bool{ + return true; + } }