diff --git a/common/src/main/kotlin/quaedam/shell/ProjectionShellItem.kt b/common/src/main/kotlin/quaedam/shell/ProjectionShellItem.kt index 1f3dad6..5469bc4 100644 --- a/common/src/main/kotlin/quaedam/shell/ProjectionShellItem.kt +++ b/common/src/main/kotlin/quaedam/shell/ProjectionShellItem.kt @@ -16,7 +16,7 @@ object ProjectionShellItem : Item( val block = context.level.getBlockState(context.clickedPos).block if (block is ProjectionShellBlock && context.level.isClientSide) { ProjectionShell.channel.sendToServer(ServerboundPSHLockAcquirePacket(context.clickedPos)) - return InteractionResult.CONSUME + return InteractionResult.SUCCESS } return InteractionResult.PASS }