
Cronslab
An advanced redstone timer with a vaguely familiar syntax.
- Загрузки
- 274
- Подписчики
- 0
- Обновлён
- 5 февраля 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 2 февраля 2026 г.
The Cronslab is a new redstone block for highly configurable redstone scheduling. Similar to cron, you can set it to emit a signal based on the given tick, second, minute or day.

Some examples:
- Every twenty-five ticks:
*/25 * * * - 5 tick pulse every two second:
0-4 */2 * * - During all of every other day:
* * * 0/2 - During all of every day not covered by above:
* * * 1/2 - 3 pulses 8 ticks apart, every 5 seconds:
0,8,16 */5 * * - Every real-life hour:
@hourly(alias of0 0 */60 *)
For a more detailed overview of the syntax, features and other quirks see the wiki.
Ченджлог
1.0.1Релиз1.21.11 · 5 февраля 2026 г.
Public release, removed unused config and updated logo
1.0.0Релиз1.21.11 · 4 февраля 2026 г.
Initial release
Комментарии
Загружаем…