promotional bannermobile promotional banner

Water Depth Gauge

A real-time HUD that automatically displays your underwater depth in meters when submerged, helping divers track how deep they've descended from the water's surface.

File Details

WaterDepthGauge-1.0.3.jar

  • R
  • Jan 31, 2026
  • 38.44 KB
  • 135
  • Early Access

File Name

WaterDepthGauge-1.0.3.jar

Supported Versions

  • Early Access

Changelog

v1.0.3

Major Refactor: Proper MultipleHUD Integration

Changes

  • Removed entire compatibility system (500+ lines of code)
    • No more compatible_mods.json auto-detection
    • No more UPDATE.bat workflow
    • No more external UI file management
  • Why? The old system was a "dominant UI system" that overrode MultipleHUD's container, breaking compatibility with other HUD mods (reported by Blocchio developers)

What's New

  • Proper MultipleHUD API integration
    • Now registers via MultipleHUD.getInstance().setCustomHud() (standard API)
    • Lets MultipleHUD manage all UI container logic internally
    • No longer creates own Group #MultipleHUD container
  • Cross-mod compatibility
    • Works with ALL MultipleHUD-compatible mods (Blocchio, BlockInfo, EyeSpyHUD, etc.)
    • No special configuration needed - just install and play

Deleted Files

  • src/main/java/com/underwaterdepth/CompatibleModsConfig.java (obsolete)
  • src/main/java/com/underwaterdepth/EmptyHUD.java (obsolete)
  • UPDATE.bat (no longer needed)
  • auto-update.ps1 (no longer needed)