Minecraft – How to create double doors that open in sync from a 2-wide power source

minecraft-java-editionminecraft-redstone

I've got a double door which I power from below, using a T-flip flop triggered by a pressure plate on the inside so that when I walk out, the doors open before me and when I walk in, the doors close behind me. It's a very good design for me, but, while powering the doors from below, I usually have to put one powered from off to the side instead of both from the inside. I found the design in my image, which is only 2 wide (I uncovered it, it would usually be covered), on this site, used for something else. However, the two doors are a half-step out of sync, i.e. with the repeaters in this position, one opens before the other, and if I delay the first one with one click on the repeater, the behavior is switched. In this configuration (the delays are equal), the left door always opens and closes a half-step earlier.

How can I get the doors perfectly in sync?

Here's a screenshot:

Screenshot

Best Answer

This is actually a very easy fix. Your design is something like this:

The extra delay comes from the raising of the signal on top of the block, which is actually unnecessary. Simply lower the signal, like so:

And there you have it. The doors will now be in sync.