Redstone circuits/Clock/Hopper clocks (2024)

Contents

  • 1 Single-item hopper clocks
    • 1.1 Hopper-Loop Clock
    • 1.2 N-Hopper-Loop Clock
    • 1.3 Cooldown Hopper Clock
  • 2 Multi-item hopper clocks
    • 2.1 Ethonian Hopper Clock (EHC)
      • 2.1.1 EHC Variations
      • 2.1.2 Hopper timer
      • 2.1.3 Quick reset EHC
    • 2.2 RS NOR Latch Hopper Clock
      • 2.2.1 1-Wide RS NOR Latch Hopper Clock
    • 2.3 Hopper-Latch Hopper Clock
    • 2.4 SethBling's Hopper Clock
  • 3 Multiplicative hopper clocks
    • 3.1 Multiplicative Hopper Clock (MHC)
    • 3.2 Multiplicative Hopper-Dropper Clock (MHDC)
    • 3.3 Multiplicative Hopper-Latch Clock (MHLC)

Single-item hopper clocks[]

A single-item hopper clock simply moves a single item in a loop of hoppers.

Hopper-Loop Clock[]

Hopper-Loop Clock

The left hopper contains 1 item.

  • 1×3×2 (6 block volume), 1-wide, flat, silent
  • clock output: 4 ticks on, 4 ticks off
  • clock period: 8 ticks
This clock just bounces an item back and forth between the two hoppers every 4 ticks. This clock runs while the input is off, and turns its clock signal output off when the input turns on.
Technically, the pulse is only 3.5 ticks long (and 4.5 ticks off), but for most purposes this can be treated as a simple 4-clock.
Variations: Another comparator can be added to the other hopper to get another clock signal inverted from the other.

N-Hopper-Loop Clock[]

N-Hopper-Loop Clock

The bottom-right hopper contains 1 item.

  • 2×(N/2+1)×2 (2×N+4 block volume), flat, silent
  • clock output: 4 ticks on, 4×N-4 ticks off
  • clock period: 4×N ticks
An n-hopper-loop clock consists of a loop of hoppers moving a single item around which occasionally powers a comparator output. This clock runs while the input is off, and turns its clock signal output off when the input turns on. The clock period will be N × 0.4 seconds, where N is the number of hoppers.
Variations: Other comparators can be added to the other hoppers to get other clock signals out-of-phase with each other.

Cooldown Hopper Clock[]

Note: This circuit uses command blocks which cannot be obtained legitimately in survival mode. This circuit is intended for server ops and adventure map builds.

Cooldown Hopper Clock (Torch Output)

A

B

Cooldown Hopper Clock (Adjustable Pulse)

  • 1×5×2 (10 block volume)
  • clock output: up to 27 minutes off, 4 ticks on
This clock uses a command block to slow the hopper transfer rate. The exact command will depend on the direction the clock is facing, but for clocks facing the positive X direction it will look something like this: blockdata ~2 ~ ~ {TransferCooldown:X}, where X is the number of game ticks (up to 32,767) to hold the item in the back hopper.
Hoppers usually have an 8 game tick cooldown between transfers (4 redstone ticks). The command block gets activated 2 game ticks after the item enters the back hopper (due to the comparator delay), so setting X to 6 would produce no change. Thus, this clock will have a clock period of 8 game ticks for the front hopper, plus X+2 game ticks for the back hopper, for a total of X+10 game ticks (X/2+5 redstone ticks).
Variations: The output comparator can be replaced with a redstone torch on the command block, producing a signal strength 15 output. An additional command block can then be activated by the torch to set the cooldown of the other hopper to change the pulse length.
Earliest known publication: February 2, 2014[1]

Multi-item hopper clocks[]

Items Required for Common Clock (Half-)Periods
0,4 seconds1 item (0,4s per item)
1 second2,5 items (2,5 items per second)
20 seconds50 items
1 minute150 items (2 stacks + 22 items)
2 minutes300 items (4 stacks + 44 items)

A multi-item hopper clock achieves longer clock periods by using multiple items in the hoppers, and using a latch to keep the items flowing first one way then the other (rather than just bouncing back and forth between two hoppers).

For most of the multi-item hopper clocks, see the Items Required for Common Clock Periods table (right).

Ethonian Hopper Clock (EHC)[]

Ethonian Hopper Clock

The right hopper contains multiple items.

This compact timer was invented by Minecraft YouTuber EthosLab (also known as Etho), hence the name.

  • 2×6×2 (24 block volume)
  • flat
  • clock period: 8 ticks to 256 seconds (4m16s) [note 1]
When the items finish moving in one direction, the empty hopper's comparator turns off, allowing the associated sticky piston to pull the block of redstone to the other hopper, reversing the direction of item movement. The movement of the block of redstone also updates the other sticky piston (which has been powered for a while) causing it to extend and prevent the first sticky piston from extending again when its comparator turns back on.
Powering the hoppers will freeze the clock. Powering one of the blocks or the redstone dust will allow the clock to finish its current cycle before halting.
With a single item in the hoppers, the clock has a period of 7.5 ticks (0.75 seconds). Each additional item adds 8 ticks (0.8 seconds) to the clock period.
There are a number of useful outputs from this clock:
  • Clock: A regular on/off clock signal can be taken from one position of the block of redstone. The signal will last for half the clock period.
  • Cycle Off-Pulse: Either block faced by a comparator stays powered most of the time, but will turn off for 3.5 ticks every full cycle (but at half-cycle intervals from each other). The power level of the block may vary, so an output repeater may be needed to keep the power level constant.
  • Cycle Pulse: By placing a torch on one of the blocks powered by a comparator, the off-pulse is turned into a regular 3.5-tick on-pulse, once per cycle.
  • Half-Cycle Off-Pulse: By placing two redstone dust alongside or under the positions of the block of redstone, a 1.5-tick off-pulse is generated every half-cycle when the block of redstone moves.
  • Multi Clock: by attaching 4 interconnected hoppers next to the redstone block, every full cycle will run an item(s) through these hoppers once, before stopping by the redstone block. Attaching a comparator and then a repeater to the other end of these added hoppers makes a signal that is 1 tick on, N×2-1 tick off, where N is the amount of items in the Ethonian clock. The amount in the clock×2 equals the total clock ticks. The amount of items in the 4 hoppers determines how much of that time is powered.


Earliest known publication: January 19, 2013[2] (note that hopper transfer rates were changed soon after this video was made)

EHC Variations[]

Smoothed EHC

Modified EHC (No sticky pistons)
1x8x3 (24 block volume)
1-wide, tileable

The right hopper contains multiple items.

1-Wide "Upside-Down" EHC
1x8x3 (24 block volume)

The right hopper contains multiple items.

1-Wide Tileable EHC
1x8x3 (24 block volume)

The right hopper contains multiple items.

1-Wide Compact EHC
1x6x3 (18 block volume)
The right hopper contains multiple items.

Smallest hopper clock.

Variations: For highly precise hopper clocks, the missing half-tick of the first item can be smoothed out with a repeater set to 3 ticks or more. Additional repeaters can change the clock period to something other than a multiple of 8 ticks.
Other configurations are possible. The "1-Wide Compact" version is 1×6×3 (18 block volume). The "1-Wide Tileable" and "1-Wide Upside-Down" versions are both 1×8×3 (24 block volume).

Hopper timer[]

H

P

p

F

Hopper timer

Specs:
  • 9x5x2 (90 block volume)
  • flat
  • clock period: 8 ticks to 256 seconds (4m16s) [note 1]
  • the right hopper contains the counter items (of the stackable-to-64 type).
  • four different pulse outputs possible:
    • F once after the whole timer period.
    • H at the half way point.
    • P/p every time the related comparator measures a level change in its hopper.
This Hopper timer is basically just a self-locking EHC with trigger input and a FED to detect the end of the full timer period.
So it needs to be started by activating the input (= interrupting the self-locking circuit) and will stop on its own after one full clock period. Unless of course the input is powered continuously which will turn it into a regular EHC but with trigger outputs.
(improved by Nilbadimo)

Quick reset EHC[]

Redstone circuits/Clock/Hopper clocks (1)

Using the Ethonian clock as a base, a timer can be created to allow a shorter cool-down time than the clock period.

Normally, a hopper timer would require all items to be transferred back to the original container to be triggered again.

This design uses both sides of the Ethonian clock and a T flip-flop to create a timer that will be available to use again almost immediately after it has stopped.

Thus, a "quick reset" effect is achieved, without actually resetting the position of the items.

RS NOR Latch Hopper Clock[]

RS NOR Latch Hopper Clock

The right hopper contains multiple items.

  • 4×6×2 (48 block volume)
  • flat, silent
  • clock period: 8 ticks to 256 seconds (4m16s) [note 1]
A silent multi-item hopper clock which uses an RS NOR Latch to control the direction of item movement.
Earliest known publication: January 19, 2013[2]

1-Wide RS NOR Latch Hopper Clock[]

1-Wide RS NOR Latch Hopper Clock

The right hopper contains multiple items.

  • 1×7×5 (35 block volume)
  • 1-wide, silent
  • clock period: 8 ticks to 256 seconds (4m16s) [note 1]
A 1-wide version of the RS NOR Latch hopper clock.

Hopper-Latch Hopper Clock[]

Hopper-Latch Hopper Clock

Level 1
(bottom layer)

Level 2
(top layer)

  • 2×4×3 (24 block volume)
  • silent
  • clock period: 8 ticks to 256 seconds (4m16s)
  • The top hopper in the bottom layer contains 1 item.
  • The top hopper in the top layer contains multiple items.
A silent multi-item hopper clock which uses a hopper latch to control the direction of item movement.
Earliest Known Publication: March 18, 2013.[3]

SethBling's Hopper Clock[]

SethBling's Hopper Clock ("Amputated")2×6×2 (24 block volume)
flat, silent
clock period: 1.6 seconds to 256 seconds (4 minutes, 16 seconds)
[note 1]

The bottom-left hopper contains multiple items.

SethBling's Hopper Clock (Simplified)6×6×2 (72 block volume)
flat, silent
clock period: 1.6 seconds to 512 seconds (8 minutes, 32 seconds)
[note 1]

The top-left hopper contains multiple items.

SethBling's Hopper Clock6×6×2 (72 block volume)
flat, silent
clock period: 1.6 seconds to 512 seconds (8 minutes, 32 seconds)
[note 1]

The top-left hopper contains multiple items.

  • 6×6×2 (72 block volume)
  • flat, silent
  • clock period: 1.6 seconds to 512 seconds (8m32s)
A loop of hoppers with multiple items, where each hopper prevents the next hopper from pushing items further until the previous hopper has emptied.
This clock can create a clock signal twice as long as the other multi-item hopper clocks. However, in less space players could build a multiplicative hopper-dropper clock with a clock period hundreds of times longer.
Variations: The "simplified" version uses slightly fewer resources, by simply replacing the repeaters with blocks. The "amputated" version (two "arms" have been removed) only goes up to 256 seconds, but is one-third the size.
Earliest known publication: January 22, 2013[4]

Multiplicative hopper clocks[]

A multiplicative hopper clock uses a hopper clock to regulate the item flow of secondary stages to produce very long clock periods (the secondary stages "multiply" the clock period of the first hopper clock).

Multiplicative Hopper Clock (MHC)[]

Multiplicative Hopper Clock

  • 5×6×2 (60 block volume)
  • flat
  • clock period: up to 45 hours
The repeaters in the middle keep the bottom hopper clock from transferring items except for the brief period when the top hopper clock reverses direction. Thus, the bottom hopper clock will transfer 1 item every time the top hopper clock completes a full cycle (except when the bottom clock reverses direction, when the bottom clock transfers an item after only half a cycle).
The bottom clock will have a clock period of X × (2Y - 1) × 0.8 seconds, where X is the number of items in the top clock and Y is the number of items in the bottom clock (both max. 320 items).

Multiplicative Hopper-Dropper Clock (MHDC)[]

2-Stage MHDC (Without Sticky Pistons, Compressed)10x4x1 (40 block volume)
flat
clock period: up to 81.9 hours (3.4 real-life days)
[note 1]

The right hopper and right dropper contain multiple items.

2-Stage MHDC5×6×2 (60 block volume)
flat
clock period: up to 81.9 hours (3.4 real-life days)
[note 1]

The right hopper and right dropper contain multiple items.

  • 5×6×2 (60 block volume)
  • flat
  • clock period: up to 81.9 hours (3.4 real-life days)
The top part is a regular ethonian hopper clock. Once per cycle, the block of redstone will move left and activate both of the droppers in the second stage (the left dropper is powered directly, while the right dropper is activated because it's next to a powered block: the left dropper). The block of redstone in the second stage ensures that only one dropper will actually push an item, forcing the items to move in one direction until the block of redstone moves.
The dropper clock multiplier will have a clock period of X × Y × 1.6 seconds, where X is the number of items in the hoppers (max. 320 items) and Y is the number of items in the droppers (max. 576 items).
Items Required for Useful Clock Periods
PeriodHoppersDroppers
10 minutes755
20 minutes7510
30 minutes7515
1 hour22510
2 hours30015
3 hours22530
6 hours30045
12 hours30090
24 hours300180
48 hours300360
72 hours300540
Variations: The most compact version of this circuit (2×6×4 = 48 block volume) can be achieved by moving the first stage above the second stage, and rotated 180°, with a single piece of redstone on one of the droppers. Each additional dropper stage should be rotated 180° to the one above.
Each additional dropper stage can multiply the previous stage's clock period by up to 1,152 (twice the number of items a dropper can hold). Adding just one additional dropper stage increases the maximum clock period to over 10 years. In practice, this may only be needed for clock periods measured in weeks or months (longer than the 2-stage version can provide), generally on servers.
2-Stage MHDC (without Sticky Pistons)

Q

Level 1
(bottom layer)

Level 2
(top layer)

8x4x2 (64 block volume)
2 high, no sticky piston, multiplicative
clock period: up to 81.9 hours (3.4 real-life days)[note 1]The right hopper and right dropper contain multiple items.
(This is a combination of the 2-Stage MHDC and the Modified Ethonian Hopper Clock)

Multiplicative Hopper-Latch Clock (MHLC)[]

Redstone circuits/Clock/Hopper clocks (2)
4×5×3 (60 block volume)
silent
clock period: up to 81.9 hours (3.4 real-life days)
The MHLC uses hopper-latch hopper clocks for each stage, replacing the top hoppers in the secondary stage with droppers, and connecting the stages with a comparator to pulse the secondary stage.
The MHLC uses the same number of items as the MHDC for the same clock periods, with a similar volume, but is silent.
Variations: Each additional dropper stage can multiply the previous stage's clock period by up to 1,152 (twice the number of items a dropper can hold).
  1. a b c d e f g h i j Time varies depending on how many items are in the hopper.
  1. "Pertsa2000" (February 2, 2014 — "Minecraft: Fully Adjustable Hopper Clock (command block)"
  2. a b "Ethoslab" (January 19, 2013) — "Minecraft - Tutorial: Hopper Timer"
  3. "TitiSurMinecraft" (March 18, 2013) "Minecraft Tutorial - Silent Hopper Timer"
  4. "SethBling" (January 22, 2013) — https://youtu.be/ThsaI0iOZGg "7.5 Minute Hopper Timer -- Minecraft Tutorial
Redstone circuits/Clock/Hopper clocks (2024)
Top Articles
Latest Posts
Article information

Author: Kareem Mueller DO

Last Updated:

Views: 5661

Rating: 4.6 / 5 (66 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Kareem Mueller DO

Birthday: 1997-01-04

Address: Apt. 156 12935 Runolfsdottir Mission, Greenfort, MN 74384-6749

Phone: +16704982844747

Job: Corporate Administration Planner

Hobby: Mountain biking, Jewelry making, Stone skipping, Lacemaking, Knife making, Scrapbooking, Letterboxing

Introduction: My name is Kareem Mueller DO, I am a vivacious, super, thoughtful, excited, handsome, beautiful, combative person who loves writing and wants to share my knowledge and understanding with you.