More lag reduction.

This commit is contained in:
Duane Robertson 2016-05-29 04:32:40 -05:00
parent 02d6c44638
commit 558e778861
12 changed files with 1011 additions and 927 deletions

View file

@ -54,6 +54,8 @@ dofile(fun_caves.path .. "/unionfind.lua")
dofile(fun_caves.path .. "/nodes.lua")
dofile(fun_caves.path .. "/deco.lua")
dofile(fun_caves.path .. "/fungal_tree.lua")
dofile(fun_caves.path .. "/fortress.lua")
dofile(fun_caves.path .. "/mapgen.lua")
dofile(fun_caves.path .. "/mobs.lua")
if mobs and mobs.mod == "redo" then
dofile(fun_caves.path .. "/mobs.lua")
end