2024-11-16 10:05:03 -06:00

5 lines
154 B
Lua

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