Links
Tags
Creators
Details
Licensed MIT
Published 6 months ago
Updated 2 months ago
All versions
1.5.0
Release
BridgeHelper 1.5.02 months ago 347
Uploaded by
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
BridgeHelper v1.5.0
Bug Fixes
- Avg Speed display — Fixed the "Speed" overlay line showing the timing error instead of actual average movement speed
- UI Scale not applied — The uiScale slider now correctly multiplies into the feedback renderer scale
- Gradle wrapper — Fixed CRLF line endings causing
sh\r: No such file or directoryon Linux/macOS; upgraded to Gradle 4.10.3
New Features
- Presets system — Three one-click presets (Default, Sensitive, Casual) in a new PRESETS category
- Reset All Defaults — Instantly restore all settings to factory defaults from the ADVANCED category
- Config migration — Automatic v1→v2 config migration with configVersion field
Improvements
- Bridge detection — 2-tick confirmation, jump-bridge support (0.3 block tolerance), diagonal distance support (5 blocks)
- Feedback labels — Added "NEARLY PERFECT" tier with adjusted thresholds (±8ms slight, ±20ms way off)
See CHANGELOG.md on Github for full details.
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:PLAh67ZI:3AchE0zD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PLAh67ZI:3AchE0zD"
}

