promotional bannermobile promotional banner

Tick Tok lib

this lib converts ticks into milliseconds, seconds, minutes, and hours so you can develop your mod easier. it also comes with 2 features displays the ingame time and your system time.

File Details

ticktoklib-1.4.2.jar

  • R
  • Jan 29, 2026
  • 46.20 KB
  • 2.0K
  • 1.21.1
  • NeoForge

File Name

ticktoklib-1.4.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:tick-tok-lib-1298954:7547386"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

# Changelog

[Released]

Highlights

  • Added repeating timer scheduling helpers plus the `TickTokHelper.timer()` accessor for "every X ticks/time do this" loops.
  • Added `SubTickScheduler` utilities for fractional tick delays (half/quarter ticks or custom values) using real-time scheduling, plus server-thread helpers.