Streamline abms. Fix manticore poison.
This commit is contained in:
parent
678b025cb0
commit
5ae6e9f89c
5 changed files with 294 additions and 392 deletions
3
init.lua
3
init.lua
|
@ -207,7 +207,6 @@ end
|
|||
|
||||
--dofile(fun_caves.path .. "/recipe_list.lua")
|
||||
|
||||
dofile(fun_caves.path .. "/abms.lua")
|
||||
dofile(fun_caves.path .. "/nodes.lua")
|
||||
dofile(fun_caves.path .. "/deco.lua")
|
||||
dofile(fun_caves.path .. "/fungal_tree.lua")
|
||||
|
@ -222,6 +221,8 @@ if minetest.get_modpath("mobs") and mobs and mobs.mod == "redo" then
|
|||
dofile(fun_caves.path .. "/mobs.lua")
|
||||
end
|
||||
|
||||
dofile(fun_caves.path .. "/abms.lua")
|
||||
|
||||
--fun_caves.print_recipes()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue