summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorNovatux <nathanael.courant@laposte.net>2013-12-31 10:59:27 +0100
committerNovatux <nathanael.courant@laposte.net>2013-12-31 10:59:27 +0100
commit953a7d1cc6008c8d4d8931cef000b1f64438db19 (patch)
tree15c8df0b3fbb481298fa0113f1ae97abbcf32099 /init.lua
parentbe78a4efb74de4eb2e1b4e8ec633023a6c76077b (diff)
Code for generating tablesorigin/table_gen
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 6964abc..0253b0e 100644
--- a/init.lua
+++ b/init.lua
@@ -114,6 +114,9 @@ dofile(pipeworks.modpath.."/flowing_logic.lua")
dofile(pipeworks.modpath.."/crafts.lua")
dofile(pipeworks.modpath.."/tubes.lua")
+
+dofile(pipeworks.modpath.."/facedir_test.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_pipe_devices then dofile(pipeworks.modpath.."/devices.lua") end