M HYPE SPLASH
// news

How do I create a repeating charge using redstone/repeaters?

By Emma Payne

Despite having some experience with Minecraft, the use of redstone is one thing that I never managed to get the hang of.

I have no issue creating simple works such as redstone doors and other manually powered mechanisms, but one trick has managed to elude me. This technique is a repeating redstone charge.

How would I create a repeating charge in a redstone circuit? Despite my tampering and experimentation with redstone repeaters and such, I've been unable to prepare my own answer.

3

4 Answers

I believe you are asking how to make a redstone clock; a signal that pulses on and off.

There are many different ways to do this. For example,

  • Make a circuit like this.1
  • Power it.2
  • Mine the redstone torch. (The circuit should still be powered.)
  • Mine one of the redstone on one of the corners then place it almost immediately.34There you go!

Additionally, a more complex and less compact way of doing it is:

  • Make a design like this:5
  • Add a block on the sticky piston, and power it with the empty spot on the left.6

I hope this helped! If not please comment what is wrong! Oh yeah, welcome to the Arqade!

5

Here is a collection of minecraft clocks, from this circuit list. I'll upload a few here so this isn't link only:

enter image description here

enter image description here

2

This is the most compact (so far) way of doing it:

First, get at least 4 redstone dust and one redstone comparator and a lever or redstone torch. Next, lay down three dust in an L shape. The final redstone dust will extend anywhere except the side with the lever. In the 4th corner of the L shape, put a comparator facing any way. After that, toggle the comparator so the redstone torch is on. Finally, place a lever behind it and power on.

It will look like this:

Result

3

Self-Resetting Clock (and its variants)

A self-resetting clock is one that does this:

  • Piston is off.
  • Wire goes through the block.
  • Piston is powered by powered wire.
  • Piston is on.
  • Piston moves the block.
  • Wires does not go through the piston arm.
  • Piston is not powered by not powered wire.
  • The cycle starts over.

Here are some visual examples of these:

Most Compact

Start off by placing a lever that powers a repeater.

After that, place a block where the repeater faces.

Place a sticky piston facing the block on either side of it, except for the.

Connect some redstone wire from the side that is NOT opposite of the sticky piston to the back of the sticky piston.

Test it out!

1