Mehr Mods hinzugefügt

This commit is contained in:
N-Nachtigal 2025-05-10 23:49:11 +02:00
parent 92a55732cf
commit 9e345a25fb
2805 changed files with 2096013 additions and 0 deletions

View 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"))