
SoundLog
Client-side Fabric mod that records every sound played on the client — ID, volume, pitch, resolved file path and category — into soundlog.txt and the game…
⬇ Download on ModrinthSound 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
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 26.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
SoundLog is a free Minecraft Java mod. Compatible with Minecraft 26.2. Downloaded 1 times (via Modrinth). Download it and open it directly in the game.