mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
Devtest: Add jukebox
This commit is contained in:
parent
4685849f89
commit
d603619ad3
7 changed files with 333 additions and 0 deletions
4
games/devtest/mods/soundstuff/init.lua
Normal file
4
games/devtest/mods/soundstuff/init.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
local path = minetest.get_modpath("soundstuff") .. "/"
|
||||
dofile(path .. "sound_event_items.lua")
|
||||
dofile(path .. "jukebox.lua")
|
Loading…
Add table
Add a link
Reference in a new issue