Disable Lightning sound
It is possible to make all large echo sounds from lightning in far away locations silent through use of a resource pack.
This can be achieved through the following steps:
- Create a folder in your resource packs folder with the name of your choice
-
Inside your new folder put use a text editor to make a text file containing the text:
{ "pack":{ "pack_format":3, "description":"Put whatever you want here" } }
and save it as the file format: .mcmeta
- In the first file you created make another folder inside it called
assets
- Inside the
assets
folder make another folder calledminecraft
- Inside your
minecraft
folder make another folder calledsounds
- Inside
sounds
make a folder calledambient
- Inside
ambient
makeweather
- Download a .ogg sound which is silent (you can get one here)
- Copy and paste 3 silent .ogg noises you downloaded into your
weather
file - name them
thunder1
,thunder2
andthunder3
the location of the 3 thunder sounds should be .minecraft\resourcepacks\RESOURCEPACK\assets\minecraft\sounds\ambient\weather\
Now go onto Minecraft and use your resource pack that you made. Now you wont hear any thunder sounds.