All versions
1.1.0
Release
TPS HUD TickPulse 1.1.09 months ago 2,850
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
TPS HUD (TickPulse) v1.1.0
Minecraft: 1.21.1 · Loader: NeoForge 21.1.213
Added
- Apply button in config (save without closing).
- Preview mode in config (overlay-only view + Exit Preview).
- Context tooltips on key options (format, precision, thresholds, smoothing, etc.).
- Auto-hide on F3 option honored on 1.21.1.
Changed
- Overlay anchor/pivot math: padding & scale no longer clip off-screen (all corners).
- Settings layout: centered title + tidy left-column form with consistent spacing.
- Default layout is Detail (labels + values).
- Default keybinds: F7 = Toggle HUD, F8 = Reload Config (existing bindings untouched).
Fixed
- Reset now fully rebuilds the screen (no overlapping/stale widgets).
- Tooltips stay available after interactions.
Removed
- Display Mode (Compact/Detail), always use the clearer Detail layout.
- Unused mixin config that could cause startup conflicts.
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:z3KXeJbs:E4Y6p20w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z3KXeJbs:E4Y6p20w"
}

