N
TruthVerse News

How to edit minecraft sounds

Author

Andrew Vasquez

Updated on March 24, 2026

How to edit minecraft sounds

You can replace Minecraft Sounds with new Custom Minecraft Sounds. This Minecraft Edit Sound video requires a Sound Editing program and my personal choice is…

There are other answers below:

This video will show you how to replace any sound in the game of Minecraft! See more below Required Programs For This Video- An audio editing software (Audac…

So you want to go back to your %appdata% -> .minecraft -> assets -> indexes -> 1.13.json right click this and choose ‘Edit with Notepad++’. Which you will then see a huge wall of code in the Notepad++ program. This is where you find your sounds pathway. So scroll down (This may take a while as every sound in the game is in here).

If you edit, add, or remove sounds directly in the sound directory, executing the launcher and then launching Minecraft while connected to the Internet will automatically re-download and revert any changes you’ve made to the sound directory, deleting your work. This applies for both the new and old sound directories.

How do I edit/remove sound effects in Minecraft?

In .minecraft\assets\virtual\legacy\sounds, there are 13 sub folders: If you edit, add, or remove sounds directly in the sound directory, executing the launcher and then launching Minecraft while connected to the Internet will automatically re-download and revert any changes you’ve made to the sound directory, deleting your work.

How do you make sounds in Minecraft?

If you don’t have one just download the default Minecraft resource pack and edit that one. (I am assuming you know how to do that, otherwise you wouldn’t be searching how to make sounds yet! :P) Go into your resource pack and go to assets, then go to the folder “minecraft” then create a knew folder and name it “sounds”.

How to add sound effects to a Minecraft resource pack?

In your resource pack under the Assets/minecraft folder, you need to create a new file called “sounds.json” this is a file Minecraft uses to see what sounds an Entity makes, where the files are for that sound, what volume they are, how likely they are to play, ect. But more on that later.

How do I add new sounds to my mod?

This example show you how you add new sounds to your MOD and play them. First of all you need a sound file which has the format *.ogg. Any other format is not allowed by the Minecraft application and will be rejected. The soundfile has the name: sound1.ogg /YourPath/src/main/resources/assets/MODID/sounds/sound1.ogg