Redstone circuits/Clock/Hopper clocks
Single-item hopper clocks[edit | edit source]
A single-item hopper clock simply moves a single item in a loop of hoppers.
Hopper-Loop Clock[edit | edit source]
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[edit | edit source]
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[edit | edit source]
→
| |||||
A
|
→
| ||||
B
|
→
| |||||
- 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[edit | edit source]
[show]Items Required for Common Clock (Half-)Periods | ||
---|---|---|
0,4 seconds | 1 item (0,4s per item) | |
1 second | 2,5 items (2,5 items per second) | |
20 seconds | 50 items | |
1 minute | 150 items (2 stacks + 22 items) | |
2 minutes | 300 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)[edit | edit source]
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[edit | edit source]
Modified EHC (No sticky pistons)
1x8x3 (24 block volume)
1-wide, tileable
1-Wide "Upside-Down" EHC
1x8x3 (24 block volume)
1-Wide Tileable EHC
1x8x3 (24 block volume)
1-Wide Compact EHC
1x6x3 (18 block volume)
The right hopper contains multiple items.
- 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[edit | edit source]
H
| ||||||||
P
|
p
|
|||||||
F
|
- 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[edit | edit source]

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[edit | edit source]
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[edit | edit source]
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[edit | edit source]
Hopper-Latch Hopper Clock | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Level 1 |
Level 2 |
- 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[edit | edit source]
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]
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]
SethBling's Hopper Clock
6×6×2 (72 block volume)
flat, silent
clock period: 1.6 seconds to 512 seconds (8 minutes, 32 seconds)[note 1]
- 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[edit | edit source]
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)[edit | edit source]
- 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)[edit | edit source]
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]
2-Stage MHDC
5×6×2 (60 block volume)
flat
clock period: up to 81.9 hours (3.4 real-life days)[note 1]
- 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).
[show]Items Required for Useful Clock Periods Period Hoppers Droppers 10 minutes 75 5 20 minutes 75 10 30 minutes 75 15 1 hour 225 10 2 hours 300 15 3 hours 225 30 6 hours 300 45 12 hours 300 90 24 hours 300 180 48 hours 300 360 72 hours 300 540
- 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) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Level 1 (bottom layer) |
Level 2 (top layer) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
8x4x2 (64 block volume)
|
Multiplicative Hopper-Latch Clock (MHLC)[edit | edit source]

- 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).
- ↑ "Pertsa2000" (February 2, 2014 — "Minecraft: Fully Adjustable Hopper Clock (command block)"
- ↑ Jump up to: a b "Ethoslab" (January 19, 2013) — "Minecraft - Tutorial: Hopper Timer"
- ↑ "TitiSurMinecraft" (March 18, 2013) "Minecraft Tutorial - Silent Hopper Timer"
- ↑ "SethBling" (January 22, 2013) — https://youtube.com/watch?v=ThsaI0iOZGg "7.5 Minute Hopper Timer -- Minecraft Tutorial