From 92207a6cee6aea6210904ab768cb820cd239bf31 Mon Sep 17 00:00:00 2001 From: Novatux Date: Sat, 14 Jun 2014 15:37:24 +0200 Subject: Add extratubes --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 6964abc..19fedc7 100644 --- a/init.lua +++ b/init.lua @@ -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 -- cgit v1.2.3