2024-07-18 19:50:34 -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")