10 lines
229 B
Lua
10 lines
229 B
Lua
local modpath = minetest.get_modpath("pyutest_overworld")
|
|
|
|
dofile(modpath.."/biomes.lua")
|
|
|
|
if not PyuTest.is_flat() then
|
|
dofile(modpath.."/features.lua")
|
|
dofile(modpath.."/structures.lua")
|
|
dofile(modpath.."/trees.lua")
|
|
end
|