mirror of
https://github.com/mt-mods/xcompat.git
synced 2025-06-28 14:36:16 +02:00
add hades support, mod.conf, and bugfix
This commit is contained in:
2
init.lua
2
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")
|
sound_api = dofile(modpath .. "/sound_api_core/init.lua")
|
||||||
|
|
||||||
|
2
mod.conf
Normal file
2
mod.conf
Normal file
@ -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
|
Submodule sound_api_core updated: 87bd12dd0f...6956e49e77
Reference in New Issue
Block a user