Add recipe list. Correct tesseract labels.
This commit is contained in:
parent
2aa15f20a9
commit
04c6051e8a
3 changed files with 65 additions and 5 deletions
4
init.lua
4
init.lua
|
@ -61,6 +61,8 @@ function fun_caves.clone_node(name)
|
|||
end
|
||||
|
||||
|
||||
--dofile(fun_caves.path .. "/recipe_list.lua")
|
||||
|
||||
dofile(fun_caves.path .. "/abms.lua")
|
||||
dofile(fun_caves.path .. "/unionfind.lua")
|
||||
dofile(fun_caves.path .. "/nodes.lua")
|
||||
|
@ -71,3 +73,5 @@ dofile(fun_caves.path .. "/mapgen.lua")
|
|||
if mobs and mobs.mod == "redo" then
|
||||
dofile(fun_caves.path .. "/mobs.lua")
|
||||
end
|
||||
|
||||
--fun_caves.print_recipes()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue