From d603619ad3cc0e5f7ac942e41469462be43e2f5d Mon Sep 17 00:00:00 2001 From: Desour Date: Wed, 14 Sep 2022 20:02:46 +0200 Subject: Devtest: Add jukebox --- games/devtest/mods/soundstuff/init.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 games/devtest/mods/soundstuff/init.lua (limited to 'games/devtest/mods/soundstuff/init.lua') 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") -- cgit v1.2.3