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

11 lines
250 B
Lua

local modpath = minetest.get_modpath("pyutest_mapgen")
dofile(modpath.."/api.lua")
dofile(modpath.."/mapgen.lua")
dofile(modpath.."/worlds.lua")
if not PyuTest.is_flat() then
dofile(modpath.."/structures.lua")
dofile(modpath.."/trees.lua")
end