add hades support, mod.conf, and bugfix

This commit is contained in:
unknown
2022-02-27 11:02:10 -05:00
parent ce59a909ec
commit 490f128197
3 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
local modpath = minetest.get_modpath("sounds_api")
local modpath = minetest.get_modpath("sound_api")
sound_api = dofile(modpath .. "/sound_api_core/init.lua")