Tags
Creators
Details
All versions
1.0.10
Release
Hitbox Reveal 1.0.102 weeks ago 312
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
1.0.10
Removed
- Crit color system (config option, per-state gradient color, and in-game logic)
- Close range threshold slider and fixed-distance close-range detection
- Range indicator (ground circle, its color option, and solo auto-reveal pulse toggle)
- Unused hit sound options (
hitSound,hitSoundVolume) - Unused per-state saturation/brightness fields (
satDefault/satClose/satCrit/satGradientTop,briDefault/briClose/briCrit/briGradientTop)
Changed
- Smart targeting: close-range color now triggers based on crosshair reach detection (aiming at a target within attack range) instead of a fixed block-distance threshold
- Renamed "Close range color" → Smart target color throughout the config UI, including the per-state gradient top option
- Hit register behavior: hitbox now forces the default color during the hurt-flash window (
hurtTime > 0), overriding smart target color on a fresh hit
Fixed
gradientFlipno longer silently fails — bottom fill colors were being extracted after the top/bottom swap instead of before, making the flip ineffective- Hoisted perspective and crosshair-target checks outside the per-player render loop for a small performance gain
Config
- Config file will drop all removed fields above on next save (crit color, range indicator, close range threshold, hit sound, unused sat/bri fields)
Optional dependencies
Unavailable version
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:8JVvckM3:6HL7ynkE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8JVvckM3:6HL7ynkE"
}

