mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-29 04:05:31 +01:00
Rename minetest.* to core.* in devtest
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
local path = minetest.get_modpath("soundstuff") .. "/"
|
||||
local path = core.get_modpath("soundstuff") .. "/"
|
||||
dofile(path .. "sound_event_items.lua")
|
||||
dofile(path .. "jukebox.lua")
|
||||
dofile(path .. "bigfoot.lua")
|
||||
|
||||
Reference in New Issue
Block a user