Compatibility
Minecraft: Java Edition
1.21.1
1.20.4
Platforms
Supported environments
Client and server
Tags
Creators
Details
Licensed ARR
Published 6 days ago
Extra Sounds
Extra Sounds is a Fabric mod that allows you to add custom sound categories through JSON files included in the mod's resources, on both the client and server sides, making it easy to organize and play sounds.
What can you do?
- Create custom sound categories.
- Play vanilla Minecraft sounds.
- Play custom sounds added by mods or resource packs.
- Allow each player to adjust the volume of every category independently through the in-game sound settings.
The categories are fully configurable, allowing you to organize them quickly and easily. Once registered, they are also reflected in the /playsound command.
Configuration path
To create your own groups, place the JSON files in the following path:
data/extrasounds/categories.json
Note: This JSON file contains the configuration for all custom sound categories.
Category example
{
"categories": [
{ "id": "audios", "name": "Audios" },
{ "id": "canciones", "name": "Canciones" },
{ "id": "sfx", "name": "SFX" }
]
}
Note: When starting the game or server, the console will indicate which sound categories were created successfully and which were not.


