mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02: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