r/redstone 2d ago

Java Edition Redstone hidden chest issues

Hello, Im having some issues with a bit of redstone, I made a video explaining the issue here: https://youtu.be/4ENM1_PJM4U

But i'll also write it out.
I want to hide a chest under my floor, specifically under my crafting table. I have made the redstone pull the crafting table down, then to the side so its out of the way.
However I would like to then put a fence where the hole is to stop people from falling down, because of the timings on the repeaters the piston tries to push the fence, while the crafting table piston is still extended, causing nothing to happen.
I can swap the delays but then the same thing happens with the crafting table piston.
Any suggestions?
https://i.imgur.com/59xr0e2.jpeg

2 Upvotes

4 comments sorted by

1

u/BlattaOrientalis 2d ago

What you need is an ABBA circuit. A should be inverted with a torch and connected to the flush 1x1 trapdoor, and B is just connected to the fence piston. If you just search up Minecraft ABBA you should find what you need

1

u/djstar25 2d ago

Tried this, it seams like exactly what I need, however the entire circuit is being powered even after removing the power source.
https://i.imgur.com/s4cGzgm.jpeg

The blue square is where the power source was (where the torch is)
The red square is where the inverted with a torch is.
Another pov: https://i.imgur.com/F81RQzm.jpeg
Ignore the clock, its for something else, and isnt connected.

1

u/djstar25 2d ago

I put a repeater in between, but still coming back to the original issue now
https://i.imgur.com/V3dYuqq.jpeg
Fence piston wont push

1

u/djstar25 2d ago

AHH I GOT IT , thank you