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,2 +1,2 @@
|
||||
dofile(minetest.get_modpath("chest").."/chest.lua")
|
||||
dofile(minetest.get_modpath("chest").."/detached.lua")
|
||||
dofile(core.get_modpath("chest").."/chest.lua")
|
||||
dofile(core.get_modpath("chest").."/detached.lua")
|
||||
|
||||
Reference in New Issue
Block a user