2024-07-06 16:11:13 -06:00

5 lines
178 B
Lua

PyuTestCmds_Path = minetest.get_modpath("pyutest_cmds")
dofile(PyuTestCmds_Path.."/worldedit.lua")
dofile(PyuTestCmds_Path.."/gameplay.lua")
dofile(PyuTestCmds_Path.."/fun.lua")