Mehr Mods hinzugefügt
This commit is contained in:
parent
92a55732cf
commit
9e345a25fb
2805 changed files with 2096013 additions and 0 deletions
24
mods/wilhelminessounds/init.lua
Normal file
24
mods/wilhelminessounds/init.lua
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
local modname = "wilhelminessounds"
|
||||
local modpath = minetest.get_modpath(modname)
|
||||
local mg_name = minetest.get_mapgen_setting("mg_name")
|
||||
|
||||
-- Load support for intllib.
|
||||
local path = minetest.get_modpath(minetest.get_current_modname()) .. "/"
|
||||
|
||||
local S = minetest.get_translator and minetest.get_translator("wilhelminessounds") or
|
||||
dofile(path .. "intllib.lua")
|
||||
|
||||
|
||||
|
||||
-- plants
|
||||
dofile(path .. "livingcavessounds.lua") --
|
||||
dofile(path .. "livingdesertsounds.lua") --
|
||||
dofile(path .. "livingfloatlandssounds.lua") --
|
||||
dofile(path .. "livingjunglesounds.lua") --
|
||||
dofile(path .. "naturalbiomessounds.lua") --
|
||||
|
||||
|
||||
|
||||
|
||||
print (S("[MOD] Sounds loaded"))
|
Loading…
Add table
Add a link
Reference in a new issue