Links
Tags
Creators
Details
1.7
Compatibility
Required content
Changes
- Customizable Position: Choose where the timer appears on the screen with 7 position options:
Top Left, Top Right, Bottom Left, Bottom Right, Top Center, Bottom Center, and Under Cursor.
-
Configurable Display Limit: Set the maximum number of TNT timers to display at once (1 to 10).
-
Text Size Options: Adjust the size of the timer text with three options: Small, Medium, and Large.
-
Display Mode Toggle: Switch between full text and a compact mode showing only seconds.
-
Background Option: Enable or disable a semi-transparent background behind the timer text for better readability.
-
Configuration Screen: Access a user-friendly configuration screen to adjust all settings: Open via the default keybind (K) or through Mod Menu
-
Mod Menu compatibility (if installed).
-
Persistent Settings: All settings are saved
Optional dependencies
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:OD5SwQqx:smUxhTDF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OD5SwQqx:smUxhTDF"
}





