Add recipe list. Correct tesseract labels.

This commit is contained in:
Duane 2016-06-18 19:57:37 -05:00
parent 2aa15f20a9
commit 04c6051e8a
3 changed files with 65 additions and 5 deletions

View file

@ -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()