What would I need to do to make this observer activate this sticky piston?
First photo is the front and the second photo is the back.
What I am trying to do is make an automatic trapdoor system. So basically when I walk through the observer I want the floor to open and I can fall down. Please help.
Place a block behind the observer and a note block on the piston.
Or: Place a redstone dust on top of the cobblestone next to the piston
Blaze-Programming on
A piece of redstone dust
Informal-Chance-6067 on
Observers don’t detect players walking. You need a pressure plate or tripwire. Using an observer to power a sticky piston on Java edition will make it spit out the block. You should use a pressure plate without an observer and put a redstone torch between it (under the wall) and the piston.
3 Comments
Place a block behind the observer and a note block on the piston.
Or: Place a redstone dust on top of the cobblestone next to the piston
A piece of redstone dust
Observers don’t detect players walking. You need a pressure plate or tripwire. Using an observer to power a sticky piston on Java edition will make it spit out the block. You should use a pressure plate without an observer and put a redstone torch between it (under the wall) and the piston.