mob monster sounds

master
NatureFreshMilk 2019-04-29 13:02:03 +02:00
parent 94af00f679
commit decafc9189
3 changed files with 17 additions and 0 deletions

View File

@ -2,3 +2,4 @@ default?
mesecons?
technic?
ambience?
mobs_monster?

View File

@ -20,5 +20,8 @@ if minetest.get_modpath("ambience") then
dofile(MP.."/mods/ambience.lua")
end
if minetest.get_modpath("mobs_monster") then
dofile(MP.."/mods/mobs_monster.lua")
end
print("[OK] Soundblocks")

13
mods/mobs_monster.lua Normal file
View File

@ -0,0 +1,13 @@
soundblocks.register({
filename = "mobs_dirtmonster",
key = "mobs_dirtmonster",
name = "Mobs Dirtmonster"
})
soundblocks.register({
filename = "mobs_spider",
key = "mobs_spider",
name = "Mobs Spider"
})