Modscraper Modscraper Minecraft
TimelessLib logo

TimelessLib

Mod

by BouncingElf100

A lib for all things time!

Type

Mod

CurseForge Downloads

16,572

CurseForge ID

1490074

Modrinth Downloads

67,460

Modrinth ID

vKDSSPpv

Last Updated

Jul 27, 2026

Description

# TimelessLib A lightweight time & animation utility library for Fabric (and maybe forge to come) ## Features - Animation System - Double channels - Vec3 channels - Easings - Interpolation system - Cooldowns - Countdowns - Scheduler - Time Utils - Time Anchors - Time Conversions - Time Formatter - Time Parser - Real time / Game time system - Respects pausing in singleplayer - Duration class that includes ticks ## Installation (for developers) Add these to your project (no dependencies needed!) ### repositories (build.gradle) ```gradle repositories { maven { name = "Modrinth" url = "https://api.modrinth.com/maven" } } ``` ### dependencies ```gradle dependencies { modImplementation "maven.modrinth:timelesslib:${project.timelesslib_version}" } ``` ### gradle.properties ``` timelesslib_version=VERSION ``` You can check the version of timelesslib on the versions tab or in the dropdown below: Click to expand version list | TimelessLib Version | Minecraft Versions | Loader | | -------------------------------- | ---------------------------- | ------ | | **1.0.20-fabric-26.1** | 26.1.x | Fabric | | **1.0.23-fabric-1.20.5-1.21.11** | 1.21–1.21.11 / 1.20.5–1.20.6 | Fabric | | **1.0.20-fabric-1.19.3-1.20.4** | 1.20–1.20.4 / 1.19.3–1.19.4 | Fabric | | **1.0.20-fabric-1.19-1.19.2** | 1.19–1.19.2 | Fabric | | **1.0.17-fabric-1.17-1.18.2** | 1.18.x / 1.17.x | Fabric | | **1.0.17-fabric-1.14-1.16.5** | 1.16.x / 1.15.x / 1.14.x | Fabric | ## Documentation Documentation can be found [here](https://github.com/BouncingElf10/timelesslib/wiki) and the libary does include Javadoc and an example mod found [here](https://github.com/BouncingElf10/timelesslib-example-mod-1.21.1).

Compatibility

Mod Loaders

Fabric

Game Versions

1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 +17 more

Similar Mods

Included in Modpacks

External Resources