Split pipe and tube autorouting functions into separate files.

This commit is contained in:
Vanessa Ezekowitz
2013-11-25 23:55:52 -05:00
parent d3825b6db6
commit 7289bfcfba
3 changed files with 209 additions and 281 deletions

View File

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