More lag reduction.
This commit is contained in:
parent
02d6c44638
commit
558e778861
12 changed files with 1011 additions and 927 deletions
6
init.lua
6
init.lua
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue