diff options
| author | Desour <vorunbekannt75@web.de> | 2022-09-14 20:02:46 +0200 |
|---|---|---|
| committer | x2048 <codeforsmile@gmail.com> | 2023-01-06 22:38:35 +0100 |
| commit | d603619ad3cc0e5f7ac942e41469462be43e2f5d (patch) | |
| tree | 9b676c62c5409ebe20572ba8b9e64dd61a306a60 /games/devtest/mods/soundstuff/init.lua | |
| parent | 4685849f89d08e7ab0a6196072e226a50f4d8bbc (diff) | |
| download | minetest-d603619ad3cc0e5f7ac942e41469462be43e2f5d.tar.xz | |
Devtest: Add jukebox
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") |
