From 490f128197e86fa2f1a01dc6dfbe3688a704599b Mon Sep 17 00:00:00 2001 From: unknown <24964441+wsor4035@users.noreply.github.com> Date: Sun, 27 Feb 2022 11:02:10 -0500 Subject: [PATCH] add hades support, mod.conf, and bugfix --- init.lua | 2 +- mod.conf | 2 ++ sound_api_core | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 mod.conf diff --git a/init.lua b/init.lua index abce091..d61df8d 100644 --- a/init.lua +++ b/init.lua @@ -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") diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..9ae1ebe --- /dev/null +++ b/mod.conf @@ -0,0 +1,2 @@ +name = sound_api +optional_depends = default, fl_stone, fl_trees, mcl_sounds, hades_sounds, ks_sounds, nodes_nature, fl_topsoil, fl_trees \ No newline at end of file diff --git a/sound_api_core b/sound_api_core index 87bd12d..6956e49 160000 --- a/sound_api_core +++ b/sound_api_core @@ -1 +1 @@ -Subproject commit 87bd12dd0facb4c58f8643b10f98a27dd112b21a +Subproject commit 6956e49e775f325116f8e0c643899c089c691e1e