Started by
MaxIfHeWasinMi…
on
Topic category: Help with Minecraft modding (Java Edition)
you know how when you break a block like stone, its not just the same sound over again, each time you break one it shifts a little higher or lower but im not sure how to create that for my custom sound that i added, anyone know how to fix this?
I'm pretty sure minecraft does this by default if you classify it as a block sound; but if you're really concerned about it, you can just disable the built-in sounds and make procedures to play a sound when the block breaks with a random number for 'pitch' within your desired range.
thank you very much for the help, i did set it as block sounds but it was no use, i just settled to use vanilla sounds, but was able to do the procedure for the using sounds so thanks for that :)