diff --git a/init.lua b/init.lua index b9912e2..c0cd820 100644 --- a/init.lua +++ b/init.lua @@ -376,6 +376,11 @@ mobs:register_mob("dmobs:whale", { drops = { {name = "mobs:meat_raw", chance = 1, min = 1, max = 1}, }, + sounds = { + random = "whale_1", + death = "whale_1", + distance = 128, + }, animation = { speed_normal = 5, speed_run = 10, diff --git a/license.txt b/license.txt index 1d49c1d..93f509a 100644 --- a/license.txt +++ b/license.txt @@ -26,6 +26,7 @@ CC BY-SA 3.0 UNPORTED. Created by D00Med Roar.ogg - CC BY 3.0 Mike Koenig - http://soundbible.com/1165-Dinosaur-Roar.html Velociraptor.ogg - CC BY 3.0 snottyboi - http://soundbible.com/1373-Velociraptor-Call.html +whale_1.ogg - CC0 Public Domain - https://en.wikipedia.org/wiki/File:Humpbackwhale2.ogg --License of lib_mount: -- Minetest mod: lib_mount diff --git a/sounds/whale_1.ogg b/sounds/whale_1.ogg new file mode 100644 index 0000000..3e5d650 Binary files /dev/null and b/sounds/whale_1.ogg differ