Sound Log
Client-side Fabric mod that captures and records detailed information about every sound played in Minecraft.
Whenever a sound is triggered on the client, the mod logs:
- Sound ID (the event name used by
/playsound) - Resolved file path (actual
.oggafter resource pack resolution) - Volume
- Pitch
- Sound category (e.g. BLOCKS, MASTER, PLAYERS, etc.)
Log file location
All records are written to:
soundlog.txtin the game root directory (.minecraft/or your instance folder)- When running from IDE (
runClient), the file appears in the project’srun/soundlog.txt
Entries are also printed to the game log with the tag [soundlog].
Controls
- F8 — Toggle logging on/off (enabled by default)
Example log line
12:34:56.789 id=minecraft:block.piston.extend file=minecraft:block/piston/extend vol=1.0 pitch=0.8 cat=BLOCKS textPerfect for debugging mysterious sounds, identifying mod-added noises, or analyzing sound behavior. Lightweight, client-only, and requires no server installation.
Author: KCl
License: CC0
Source: https://github.com/KClgame/SoundLog
No gallery available for this project.