11 lines
250 B
Lua
11 lines
250 B
Lua
local modpath = minetest.get_modpath("pyutest_mapgen")
|
|
|
|
dofile(modpath.."/api.lua")
|
|
dofile(modpath.."/mapgen.lua")
|
|
dofile(modpath.."/biomes.lua")
|
|
|
|
if not PyuTest.is_flat() then
|
|
dofile(modpath.."/structures.lua")
|
|
dofile(modpath.."/trees.lua")
|
|
end
|