add ambience sounds and helper function (#87)

* add ambience sounds and helper function

* minor tweaks

* fix deps

---------

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
This commit is contained in:
Buckaroo Banzai
2025-02-03 17:18:31 +01:00
committed by GitHub
parent 62037ad60a
commit d531ad4eda
8 changed files with 103 additions and 4 deletions

View File

@ -20,6 +20,7 @@ if minetest.get_modpath("default") then
dofile(MP.."/chest.lua")
end
dofile(MP.."/ambience.lua")
dofile(MP.."/plants.lua")
dofile(MP.."/models.lua")
dofile(MP.."/nodes.lua")