Custom sounds
This method add new sounds with replacing any sound.
This is related to texture packs, but in difference to "Custom textures" this can be applied by all players, let's do it !
First let's create our new folder where we will store our sounds
As we saw in the previous tutorials, our first look into our texture pack should look like this:
Inside assets, we have the folder "minecraft", let's add our own folder, I will call it "customsounds", it should look like this
And let's add our json where we will manage our sounds
And inside our sounds.json we will add a format like this
"customsounds:<thenameofyoursound>" means it will go on customsounds/sounds/<thenameofyoursound.ogg>
So, it would like this:
And that's it, put on your texture pack and you will be able to play the sound running:
Last updated