1
0
Fork 0
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:
Desour 2022-09-14 20:02:46 +02:00 committed by x2048
parent 4685849f89
commit d603619ad3
7 changed files with 333 additions and 0 deletions

View file

@ -0,0 +1,4 @@
local path = minetest.get_modpath("soundstuff") .. "/"
dofile(path .. "sound_event_items.lua")
dofile(path .. "jukebox.lua")