diff --git a/src/main/java/com/atsuishio/superbwarfare/block/entity/SuperbItemInterfaceBlockEntity.java b/src/main/java/com/atsuishio/superbwarfare/block/entity/SuperbItemInterfaceBlockEntity.java index 821032977..9fa7e8e73 100644 --- a/src/main/java/com/atsuishio/superbwarfare/block/entity/SuperbItemInterfaceBlockEntity.java +++ b/src/main/java/com/atsuishio/superbwarfare/block/entity/SuperbItemInterfaceBlockEntity.java @@ -41,6 +41,7 @@ public class SuperbItemInterfaceBlockEntity extends BaseContainerBlockEntity { blockEntity.setCooldown(TRANSFER_COOLDOWN); if (blockEntity.isEmpty()) return; + if (!state.getValue(SuperbItemInterfaceBlock.ENABLED)) return; var facing = state.getValue(SuperbItemInterfaceBlock.FACING);