All versions
0.0.2
Release
Create: Departure Timer 0.0.23 months ago 4
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
中文: 0.0.2
- 新增时间单位选项,阈值数字可按“刻”、“秒”或“分钟”为单位输入,自动换算为秒后进行比较显示
- 调整配置界面布局,使单位选择器与阈值滑块并排
- 修复阈值比较时可能存在的浮点误差
- 优化自定义格式输入框位置至第一行,与其余配置项分离
English: 0.0.2
- Added time unit option: threshold values can now be entered in ticks, seconds, or minutes, automatically converted to seconds for comparison and display
- Adjusted configuration GUI layout: unit selector now placed next to the threshold slider
- Fixed potential floating‑point error in threshold comparison
- Optimised custom format input box position (moved to first line, separated from other configuration items)
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:tSeqLUDZ:UIJMQsd6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tSeqLUDZ:UIJMQsd6"
}

