Split up some files in worldedit mod

This commit is contained in:
sfan5
2024-04-21 23:54:00 +02:00
parent dc1150fe3d
commit acb3ecefe4
7 changed files with 663 additions and 629 deletions

View File

@ -39,6 +39,6 @@ if minetest.settings:get_bool("log_mods") then
end
if minetest.settings:get_bool("worldedit_run_tests") then
dofile(path .. "/test.lua")
dofile(path .. "/test/init.lua")
minetest.after(0, worldedit.run_tests)
end