promotional bannermobile promotional banner

Damage Indicator - FPS-style directional indicators

A modern FPS-inspired HUD that provides real-time visual indicators for incoming damage and nearby environmental sounds.

File Details

1.0-SNAPSHOT

  • R
  • Feb 15, 2026
  • 48.64 KB
  • 913
  • 1.21.11
  • Fabric

File Name

damageindicator-1.0-SNAPSHOT.jar

Supported Versions

  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:dmg-1462592:7626276"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

v1.0.1

Added

  • Added Reset to defaults button in the config screen.
  • Added translation key for reset action: screen.damageindicator.reset_defaults.

Changed

  • Removed the top title text (Damage Indicator Settings) from the config screen to improve readability and reduce visual overlap.
  • Improved config workflow by allowing quick restoration of safe default values directly in UI.

Internal

  • Added reusable default-config helpers:
    • DamageIndicatorConfig.defaults()
    • DamageIndicatorConfig.resetToDefaults()
  • Updated config loading fallback to use shared defaults helper.