diff options
author | Novatux <nathanael.courant@laposte.net> | 2014-06-14 15:37:24 +0200 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2014-06-14 15:37:24 +0200 |
commit | 92207a6cee6aea6210904ab768cb820cd239bf31 (patch) | |
tree | 99f2a80e89521d83afbae5dd72ae585b8b4f40b0 /init.lua | |
parent | 9a63a1614088f57ae692b4adafb206b8e4544c71 (diff) |
Add extratubesorigin/extratubes
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -116,6 +116,7 @@ dofile(pipeworks.modpath.."/tubes.lua") if pipeworks.enable_pipes then dofile(pipeworks.modpath.."/pipes.lua") end if pipeworks.enable_teleport_tube then dofile(pipeworks.modpath.."/teleport_tube.lua") end +if pipeworks.enable_extratubes then dofile(pipeworks.modpath.."/extratubes.lua") end if pipeworks.enable_pipe_devices then dofile(pipeworks.modpath.."/devices.lua") end if pipeworks.enable_redefines then dofile(pipeworks.modpath.."/compat.lua") end if pipeworks.enable_autocrafter then dofile(pipeworks.modpath.."/autocrafter.lua") end |