Redstone Clock
This is a compact mod that introduces only two useful blocks to the game: Redstone Clock and Pulse Divider.
Redstone Clock Component
A specialized redstone device that operates cyclically. Each operating cycle consists of two phases: first, the block emits a signal for a duration of a ticks, followed by a pause lasting b ticks. The entire cycle covers a+b ticks, where values a and b can range from 2 to 24000.


To configure the parameters of this block, simply right-click on it to bring up an intuitive configuration menu where you can set the desired values for the device's working characteristics.

Creating a device with similar functionality in a standard Minecraft setup would require at least 7×3×5 blocks of space, whereas this mod allows you to accomplish this task with just a single 1×1×1 cube.
Pulse Divider Component
This is the second important block that functions as a pulse divider. Its operating principle is that it transmits an output signal only after receiving a specific number n of input pulses. The range for parameter n is limited from 2 to 200 inclusive.


The parameters for this block's operation are configured in a similar manner - through a configuration menu accessible by right-clicking.
