]> git.lizzy.rs Git - Crafter.git/commitdiff
Add rain sound effect
authoroilboi <47129783+oilboi@users.noreply.github.com>
Fri, 17 Apr 2020 07:36:23 +0000 (03:36 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Fri, 17 Apr 2020 07:36:23 +0000 (03:36 -0400)
README.md
mods/weather/sounds/attributes.txt [new file with mode: 0644]
mods/weather/sounds/rain.ogg [new file with mode: 0644]
mods/weather/sounds/rain_inside.ogg [new file with mode: 0644]

index a475d6c4fa897ba062e8c568ee523a3bc915cf64..e4833d3d35bd68a888bbf65fdfd4d83a5edbb8b3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -79,6 +79,7 @@
 - Add nether prototype
 - Fix water animation and add default Minetest water texture
 - Tweak mob direct chase AI
+- Add rain sound effect
 ---
 
 
diff --git a/mods/weather/sounds/attributes.txt b/mods/weather/sounds/attributes.txt
new file mode 100644 (file)
index 0000000..80b1890
--- /dev/null
@@ -0,0 +1 @@
+rain https://freesound.org/people/RHumphries/sounds/2523/
\ No newline at end of file
diff --git a/mods/weather/sounds/rain.ogg b/mods/weather/sounds/rain.ogg
new file mode 100644 (file)
index 0000000..4f2faa0
Binary files /dev/null and b/mods/weather/sounds/rain.ogg differ
diff --git a/mods/weather/sounds/rain_inside.ogg b/mods/weather/sounds/rain_inside.ogg
new file mode 100644 (file)
index 0000000..19f180f
Binary files /dev/null and b/mods/weather/sounds/rain_inside.ogg differ