
Sound Awareness
A mod adding visual cues to know your sorroundings!
- Загрузки
- 2K
- Подписчики
- 40
- Обновлён
- 13 июля 2026 г.
- Лицензия
- MIT
Опубликован 19 февраля 2026 г.
Sound Visualizer
Never miss a sound again.
Sound Visualizer translates in-game audio into intuitive HUD indicators. See where sounds come from before you see the source. Works on both Fabric and NeoForge — one universal JAR for both.
Features
- Color-coded indicators — Hostile (red), Friendly (green), Footsteps (gray), Blocks (yellow), Player (white), Ambient (cyan)
- Category toggles — Enable or disable each sound category individually
- Smart merging — Same-direction sounds merge into one indicator to reduce clutter
- Opacity control — Adjust overall indicator visibility from 0% to 100%
- Custom colors — Pick your own color for each sound category
- Icon support — Category icons rendered on each arc
- Whitelist/Blacklist — Filter specific sound events
- Presence Footsteps compatible — Footsteps from modded sources detected correctly
- Client-side only — Works on any server, no install required
Configuration
Open via Mod Menu (Fabric) or the Mods button (NeoForge), then find Sound Visualizer and click Config.
| Setting | Default | Description |
|---|---|---|
| Opacity | 100% | Overall indicator visibility |
| Arc Thickness | 32 | Size of the directional arcs |
| Orbit Radius | 50 | Distance from crosshair |
| Icon Scale | 1.0 | Size of category icons |
| Fade Time | 2.0s | How long indicators linger |
| Distance Scaling | On | Indicators shrink with distance |
| Show Icons | On | Display category icons on arcs |
| Max Hearing Distance | 16 | Maximum range for sound detection |
Category Colors tab
Each category has two settings:
- Show — Toggle to enable/disable that category
- Color — Pick a custom color for the indicator
Filter Settings tab
- Whitelist — Only show these sound events
- Blacklist — Hide these sound events (default:
minecraft:weather.rain)
Requirements
- Minecraft 26.1+ (tested on 26.1.2 and 26.2)
- Java 25
- Fabric Loader 0.19+ or NeoForge 26.1+
- Architectury API
- Cloth Config
- Mod Menu (optional — provides the config screen on Fabric)
Installation
- Install Fabric or NeoForge for your Minecraft version
- Install Architectury API and Cloth Config
- Drop the universal JAR into your
modsfolder - Launch — no server-side install needed
Changelog
2.2.0
- Added category enable/disable toggles — hide categories you don't want to see
- Improved Presence Footsteps compatibility — footsteps now correctly show neutral icons
- Fixed SoundSource.NEUTRAL being misclassified as Friendly
2.1.0-beta.2
- Fixed config not loading on NeoForge (settings now persist across restarts)
- Renamed Transparency to Opacity for clarity
- Added single universal JAR for both Fabric and NeoForge
2.1.0-beta.1
- Added Opacity slider (0-100%) to reduce indicator visibility
- Fixed config not persisting across restarts
2.1.0-beta
- Updated to Minecraft 26.1.2 and Java 25
- Updated Architectury API, Fabric API, NeoForge, Cloth Config, and Mod Menu
- Migrated Shadow plugin for Gradle 9.x compatibility
- Fixed Fabric client source set configuration
- Verified working on Fabric (26.2) and NeoForge (26.1.2, 26.2)
2.0.0
- Initial cross-loader release (Fabric + NeoForge via Architectury)
- Added NeoForge support
- Added config screen via Cloth Config
- Added sound merging, distance scaling, and icon rendering
License
MIT — free to use in any modpack.
Developed with ❤️ by G10W5.
Ченджлог
2.2.0Релиз26.1.2, 26.2 · 13 июля 2026 г.
2.2.0
New
- Added category enable/disable toggles — hide any sound category you don't want to see
- Improved Presence Footsteps compatibility — footsteps now correctly show neutral icons
Fixed
- Config not persisting across restarts on NeoForge
- SoundSource.NEUTRAL was being misclassified as Friendly
- Renamed Transparency to Opacity for clarity
Changed
- Single universal JAR works on both Fabric and NeoForge
2.1.0-betaБета26.1.2, 26.2 · 1 июля 2026 г.
2.1.0-beta
- Updated to Minecraft 26.1.2 and Java 25
- Updated Fabric API, Architectury API, Cloth Config, and Mod Menu
- Migrated Shadow plugin for Gradle 9.x compatibility
- Fixed Fabric client source set configuration
- Verified working on Fabric (26.2) but not sure for Fabric (26.1.2)
2.1.0-betaБета26.1.2, 26.2 · 1 июля 2026 г.
2.1.0-beta
- Updated to Minecraft 26.1.2 and Java 25
- Updated NeoForge, Architectury API, Cloth Config
- Migrated Shadow plugin for Gradle 9.x compatibility
- Fixed Fabric client source set configuration
- Verified working NeoForge (26.1.2, 26.2)
2.0.0Релиз1.21.9, 1.21.10, 1.21.11 · 14 марта 2026 г.
Changelog - Sound Visualizer v2.0
Support
- Compatibility for Minecraft 1.21.8 - 1.21.11 [Fabric].
HUD and Rendering
- Implemented smart sound merging to prevent HUD clutter (max 12 indicators).
- Centered upward-facing arc indicators using JoML Matrix3x2f.
- Added 6 categories: Hostile, Friendly, Footsteps, Blocks, Player, and Ambient.
- Integrated custom pixel-art icons for all sound categories.
- Added elastic "pop" animations for sound merging and spawning.
Configuration
- Added Icon Scale slider (0.1x to 2.0x).
- Added HUD Orbit Radius and Arc Thickness adjustment.
- Fixed "No Alpha Allowed" error and saving issues on Fabric.
- Fully localized all setting names and category tabs (en_us.json).
Cleanup and Optimization
- Removed unused glow and particle trail effects for improved performance.
- Eliminated transparency artifacts and ghost arcs.
2.0.0Релиз1.21.11 · 14 марта 2026 г.
Changelog - Sound Visualizer v2.0
Support
- Compatibility for 1.21.11 [NeoForge].
HUD and Rendering
- Implemented smart sound merging to prevent HUD clutter (max 12 indicators).
- Centered upward-facing arc indicators using JoML Matrix3x2f.
- Added 6 categories: Hostile, Friendly, Footsteps, Blocks, Player, and Ambient.
- Integrated custom pixel-art icons for all sound categories.
- Added elastic "pop" animations for sound merging and spawning.
Configuration
- Added Icon Scale slider (0.1x to 2.0x).
- Added HUD Orbit Radius and Arc Thickness adjustment.
- Fixed "No Alpha Allowed" error and saving issues on Fabric.
- Fully localized all setting names and category tabs (en_us.json).
Cleanup and Optimization
- Fixed NeoForge Config button registration.
- Removed unused glow and particle trail effects for improved performance.
- Eliminated transparency artifacts and ghost arcs.
1.4.0Релиз1.21.11 · 28 февраля 2026 г.
Fabric to Neoforge
- Official port from fabric to neoforge.
- Still needed some adjustments and improvements.
1.3.1Релиз1.21.9, 1.21.10, 1.21.11 · 21 февраля 2026 г.
Visual Overhaul
- This update brings completly overhauling the indicators by adding different categories to sounds and changing colors based on that.
- Changed the looks of every type indicator for better visauls. Still experimenting with this so there will be changes in the future.
This supports from version 1.21.8 up to 1.21.11.
1.3.0Релиз1.21.9, 1.21.10, 1.21.11 · 19 февраля 2026 г.
Mod support added for latest mc versions.
Works on: 1.21.8, 1.21.9, 1.21.10, 1.21.11.
Mod hasn't been tested on 1.21.6, 1.21.7.
For other version supports lower that 1.21.6 use mod version 1.2.3.
Комментарии
Загружаем…