Tutorials/Repeater Reboot System
This page is designed as an aid for people who run continuous redstone circuits. These methods work best on small circuits that run in loops, i.e. 4/5 clocks.
Contents |
[edit] The Problem
Currently, there is a glitch involving redstone repeaters. In SSP, when you save and exit, and then come back, any repeaters that were running in a continuous circuit will freeze. A block directly next to the repeater must be "updated" to jump start your circuit. This also appears to happen in SMP if the chunk is unloaded from memory.
This problem has been mostly fixed in SSP in 1.0.0.
[edit] Workaround concept
Change at least one block that is adjacent to every repeater that you want to refresh or update Minecraft to 1.0.0.
[edit] Methods
[edit] Method: Automatic reboot using minecart
This method uses a small circular track with a pressure track and powered rails. The rails must always be powered. The pressure track should be next to some redstone going to the side of the repeater. When the cart will hit the rails, it will fire the redstone signal and launch the repeater.
[edit] Method: Switch-triggered restart
Put redstone next to the non-conducting side of every repeater that will need to be refreshed, and hook it all into one continuous circuit that is attached to a button and separate from any other circuit. Simply press the button to cause the repeaters to refresh. The concept here is the same as the cart-based reboot but requires user input to fire.
[edit] Method: Reboot using lever
Place a lever beside the repeater. You just need to flick the lever every time the circuit freezes, and no matter what position the lever is in it will reboot the circuit.