下载量
102,434
关注数
12
数据来源
Modrinth
模组详细介绍
TimelessLib
一个适用于 Fabric 的轻量级时间与动画工具库(也许未来会有 forge 版本)
功能
- 动画系统
- Double 通道
- Vec3 通道
- 缓动
- 插值系统
- 冷却
- 倒计时
- 调度器
- 时间工具
- 时间锚点
- 时间转换
- 时间格式化
- 时间解析器
- 实时时间 / 游戏时间系统
- 在单人游戏中会遵循暂停
- 包含 ticks 的 Duration 类
安装(开发者)
将以下内容添加到你的项目中(不需要任何依赖!)
repositories (build.gradle)
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
dependencies
dependencies {
modImplementation "maven.modrinth:timelesslib:${project.timelesslib_version}"
}
gradle.properties
timelesslib_version=VERSION
你可以在版本标签页中或下面的下拉列表里查看 timelesslib 的版本:
点击展开版本列表
| TimelessLib Version | Minecraft Versions | Loader |
|---|---|---|
| 2.0.0-fabric-26.2 | 26.2 | Fabric |
| 2.0.0-fabric-26.1.x | 26.1.x | Fabric |
| 2.0.0-fabric-1.20.5-1.21.11 | 1.21–1.21.11 / 1.20.5–1.20.6 | Fabric |
| 2.0.0-fabric-1.19.3-1.20.4 | 1.20–1.20.4 / 1.19.3–1.19.4 | Fabric |
| 2.0.0-fabric-1.19-1.19.2 | 1.19–1.19.2 | Fabric |
| 2.0.0-fabric-1.17-1.18.2 | 1.18.x / 1.17.x | Fabric |
| 2.0.0-fabric-1.14-1.16.5 | 1.16.x / 1.15.x / 1.14.x | Fabric |
文档
基本信息
模组名称TimelessLib
作者BouncingElf10
下载量102,434
关注数12
支持版本1.14 - 26.2
加载器fabric
客户端unknown
服务端unknown