14 lines
336 B
Lua
14 lines
336 B
Lua
if true then
|
|
return
|
|
end
|
|
PyuTestMapgen_Path = minetest.get_modpath("pyutest_mapgen")
|
|
|
|
dofile(PyuTestMapgen_Path.."/api.lua")
|
|
dofile(PyuTestMapgen_Path.."/mapgen.lua")
|
|
dofile(PyuTestMapgen_Path.."/worlds.lua")
|
|
|
|
if not PyuTest.is_flat() then
|
|
dofile(PyuTestMapgen_Path.."/structures.lua")
|
|
dofile(PyuTestMapgen_Path.."/trees.lua")
|
|
end
|