RedHitIndicator banner
RedHitIndicator icon

RedHitIndicator

A Minecraft client-side mod that displays a red "Hit!" text below the crosshair whenever the player's aim is directly on a living entity's hitbox. The text...

00
fabricClient1.21.1mod

RedHitIndicator adds a simple HUD cue for combat awareness: a red "Hit!" prompt appears directly under the crosshair whenever the client crosshair is on a living entity's hitbox, and it disappears immediately when you look away.

  • The indicator is rendered client-side via the HUD render callback, so no server installation is required.
  • Text is centered below the crosshair with a small offset for readability and uses a solid red color.
  • Only living entities trigger the prompt; blocks and non-living targets are ignored.
  • The check relies on the client's crosshair hit detection, so it reflects what your client is currently targeting rather than server validation.
  • Potential enhancements: configurable color/offset, optional sound or animation when the indicator appears.