whale sounds
This commit is contained in:
parent
232ff69fdb
commit
9146dcc874
5
init.lua
5
init.lua
@ -376,6 +376,11 @@ mobs:register_mob("dmobs:whale", {
|
|||||||
drops = {
|
drops = {
|
||||||
{name = "mobs:meat_raw", chance = 1, min = 1, max = 1},
|
{name = "mobs:meat_raw", chance = 1, min = 1, max = 1},
|
||||||
},
|
},
|
||||||
|
sounds = {
|
||||||
|
random = "whale_1",
|
||||||
|
death = "whale_1",
|
||||||
|
distance = 128,
|
||||||
|
},
|
||||||
animation = {
|
animation = {
|
||||||
speed_normal = 5,
|
speed_normal = 5,
|
||||||
speed_run = 10,
|
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
|
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
|
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:
|
--License of lib_mount:
|
||||||
-- Minetest mod: lib_mount
|
-- Minetest mod: lib_mount
|
||||||
|
BIN
sounds/whale_1.ogg
Normal file
BIN
sounds/whale_1.ogg
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user