From 7289bfcfbab13044b83720ff4c675a356b8dedc5 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 25 Nov 2013 23:55:52 -0500 Subject: Split pipe and tube autorouting functions into separate files. --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index afbe3a8..897275f 100644 --- a/init.lua +++ b/init.lua @@ -108,7 +108,8 @@ end -- Load the various parts of the mod -dofile(pipeworks.modpath.."/autoplace.lua") +dofile(pipeworks.modpath.."/autoplace_pipes.lua") +dofile(pipeworks.modpath.."/autoplace_tubes.lua") dofile(pipeworks.modpath.."/item_transport.lua") dofile(pipeworks.modpath.."/flowing_logic.lua") dofile(pipeworks.modpath.."/crafts.lua") -- cgit v1.2.3