diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-11-25 23:55:52 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-11-25 23:55:52 -0500 |
commit | 7289bfcfbab13044b83720ff4c675a356b8dedc5 (patch) | |
tree | 2ad84c4e4418f8003a4be36d2727a64132360ad5 /init.lua | |
parent | d3825b6db6dc1635bfaff29743e379eb576ea81c (diff) |
Split pipe and tube autorouting functions into separate files.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") |