mirror of
https://github.com/mt-mods/xcompat.git
synced 2024-12-22 09:00:17 +01:00
A mod that aims to facilitate other mods to be game agnostic by handling sounds and crafting.
d13501cc10
* Avoid crash when sound_api function for a key is undefined * Refactor function to override sounds using sound_api * Change override_sounds for validate_sounds |
||
---|---|---|
.github | ||
sound_api_core@39c02a99de | ||
.gitmodules | ||
.luacheckrc | ||
DEV.md | ||
init.lua | ||
LICENSE | ||
mod.conf | ||
README.md |
Sound API
mod that enables sound to be game agnostic
Installing
git clone https://github.com/mt-mods/sound_api.git
cd sound_api
git submodule init
git submodule update
to update please use the following commands starting inside the mod directory
git pull
git submodule sync
git submodule update
Dev Docs
Can be found at /DEV.md