Add configuration option to disable music
Opened this issue · 1 comments
tukkek commented
Some players will want to enjoy the ambient sounds but not necessarily the music, since they may want to listen to their own. Would be great to support disabling the mod's music through a configuration option in minetest.conf
. It should be easy then to read it with minetest.setting_getbool('ambience_disable_music')
.
If you're interested in a pull request for this, let me know.