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