Streamline abms.
This commit is contained in:
parent
942d6c6a9c
commit
65a6df1e44
17 changed files with 374 additions and 344 deletions
2
init.lua
2
init.lua
|
@ -49,6 +49,7 @@ function fun_caves.clone_node(name)
|
|||
end
|
||||
|
||||
|
||||
dofile(fun_caves.path .. "/abms.lua")
|
||||
dofile(fun_caves.path .. "/unionfind.lua")
|
||||
dofile(fun_caves.path .. "/nodes.lua")
|
||||
dofile(fun_caves.path .. "/deco.lua")
|
||||
|
@ -56,4 +57,3 @@ 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")
|
||||
dofile(fun_caves.path .. "/abms.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue