
SoundSight
See the danger you can't hear. A creeper behind you doesn't care why your sound is off. SoundSight turns survival-critical audio into visual threat warnings, designed for deaf and hard-of-hearing players, useful for anyone who plays muted, mid-podcast, or
0.1.0
Compatibility
Changes
v0.1.0 — Initial release
See the danger you can't hear. Client-side threat awareness for deaf, hard-of-hearing, and muted players.
- Directional threat indicators — 360° ring around your crosshair (default) or classic screen-edge glow, or both. Severity encoded three ways at once (color, shape, pulse) — colorblind-safe by construction. Fast fade-in, gentle fade-out, and a close-range up/down arrow for threats above or below you.
- Beyond-hearing warnings (opt-in, on by default) — a proximity scanner flags nearby hostile mobs before they make a sound, even a silent creeper behind you.
- Enhanced subtitles — recolored by threat, spam-filtered, critical ones pinned longer, tagged with ⚠.
- Destructive-hazard marker — creepers, TNT, and ghast fireballs get a distinct hazard-tape strip.
- 6 colorblind-safe palettes, WCAG-capped flash rates, and one-click presets (Deaf/HoH, Muted, Minimal).
- 100% client-side — no server component, works on any server, never targets other players.
Requires Fabric API. Cloth Config + Mod Menu are optional (for the in-game settings screen).
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:UCVhwJvm:Y5lRKr3q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UCVhwJvm:Y5lRKr3q"
}
