Skip to content
Snippets Groups Projects
Commit 9146dcc8 authored by D00Med's avatar D00Med
Browse files

whale sounds

parent 232ff69f
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -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
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment