Files
pyutest-cd2025/mods/MAPGEN/pyutest_mapgen/init.lua
2024-10-02 21:26:16 -06:00

10 lines
219 B
Lua

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