diff options
Diffstat (limited to 'games/devtest/mods/soundstuff/init.lua')
| -rw-r--r-- | games/devtest/mods/soundstuff/init.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/devtest/mods/soundstuff/init.lua b/games/devtest/mods/soundstuff/init.lua new file mode 100644 index 000000000..07458aea9 --- /dev/null +++ b/games/devtest/mods/soundstuff/init.lua @@ -0,0 +1,4 @@ + +local path = minetest.get_modpath("soundstuff") .. "/" +dofile(path .. "sound_event_items.lua") +dofile(path .. "jukebox.lua") |
