Minecraft – How to reverse the redstone door so it starts in close position

minecraft-java-editionminecraft-redstone

I'm trying to make a hidden door in Minecraft.
I have pressure plates set up to open the door, but since the door starts in open mode, when I use the pressure plates, it closes and then opens.
How do I get it to start in closed position?

What I have tried: I added a lever and that made it start in closed position but then my pressure plates would not work.

What I want is the pressure plates to be the openers for the door so that you would have to run over the pressure plates to get through the door using the tiny window opportunity created by the plates.

Best Answer

You need to make a inverter (a NOT gate), just run the redstone up to a block then place a torch on the opposite side. When the redstone is off on the input it will make it on on the output

enter image description here

See the Minecaft wiki link above for diagrams for other styles of inverters.