aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/soundstuff/init.lua
diff options
context:
space:
mode:
authorDesour <vorunbekannt75@web.de>2022-09-14 20:02:46 +0200
committerx2048 <codeforsmile@gmail.com>2023-01-06 22:38:35 +0100
commitd603619ad3cc0e5f7ac942e41469462be43e2f5d (patch)
tree9b676c62c5409ebe20572ba8b9e64dd61a306a60 /games/devtest/mods/soundstuff/init.lua
parent4685849f89d08e7ab0a6196072e226a50f4d8bbc (diff)
downloadminetest-d603619ad3cc0e5f7ac942e41469462be43e2f5d.tar.xz
Devtest: Add jukebox
Diffstat (limited to 'games/devtest/mods/soundstuff/init.lua')
-rw-r--r--games/devtest/mods/soundstuff/init.lua4
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")