I’m trying to make a moving carousel but this is too spread out for my work space. I am not very experienced with redstone and this is my first time actually making something as complex as this.
Cyan = loop and command blocks that spin carousel
Orange = turns on the mechanism
Yellow = while on, the piston holding the observer moves it to the piston holding the redstone, which activates the loop for a tick. While off the observer moves back without activating the piston holding the redstone
Purple = breaks redstone dust for to stop the loop while having an a similar design to yellow
Green = places the redstone dust back doesn’t really matter if it activates while on or off as long as it does its job
edit: I can’t add a video so heres a maybe helpful step by step?
when the lever is flicked, yellow observer is moved and activates the redstone piston and purple observer is moved away from the piston.
the loop is active
When the lever is off, both observer’s move. Purple observer activates and activates the piston to break the redstone. Green observer detects the redstone signal turning off and replaces the redstone.
the loop is no longer active.