2024-09-30 20:51:08 -06:00

5 lines
148 B
Lua

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