Replace All Sounds
Completely replace sounds in Minecraft with others!
By default, all in-game sounds are randomly shuffled!
Compatibility
- Requires Fabric Loader or Quilt Loader
- Fabric API (optional, only needed for low battery sound)
How to Configure Sounds
You can replace any sounds using a resource pack! Simply create configuration files at the path <namespace>:replace_all_sounds/<path>.json.
Important: subtitles are only changed for sound events!
Configuration Structure
Each sound replacement file contains the following parameters:
- type:
soundorsound_event- type of sound being replaced - input: identifier of the sound to replace (can be an array)
<namespace>:allreplaces all sounds in the specified namespaceall:allreplaces absolutely all sounds in the game
- output: identifier of the new sound (can be an array only for
sound_event) - enabled:
true/false(defaults to true) - disables replacement if set to false
Note: sound events containing the words "loop" or "music" are not affected by the modification.
License
The mod is distributed under the LGPL-3.0-or-later license.
This mod is not affiliated with Mojang Studios or Microsoft and is not endorsed by them. The Minecraft logo and name are property of Mojang Studios and fall under the Minecraft EULA.