mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Rename minetest.*
to core.*
in devtest
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
dofile(minetest.get_modpath("testformspec").."/dummy_items.lua")
|
||||
dofile(minetest.get_modpath("testformspec").."/formspec.lua")
|
||||
dofile(minetest.get_modpath("testformspec").."/callbacks.lua")
|
||||
dofile(core.get_modpath("testformspec").."/dummy_items.lua")
|
||||
dofile(core.get_modpath("testformspec").."/formspec.lua")
|
||||
dofile(core.get_modpath("testformspec").."/callbacks.lua")
|
||||
|
Reference in New Issue
Block a user