Description
A resourcepack that makes you add more sounds to the game with justy the .ogg file and a little modify to the .json file.
How to get new sounds in game:
-open the zip
-modifiy the json file (it must be like this) :
{
"custom.explosion": {
"sounds": [
{
"name": "custom/explosion_sound_effect",
"stream": false
}
]
},
"name": {
"sounds": [
{
"name": "custom/file sound name",
"stream": false
}
]
}
}
After doing this you can put inside the custom folder the sound in .ogg format.
After this you can enter the game and try. I don't give you any sound files for copyright motivation.


