summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2014-07-21 14:29:45 +0100
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2014-07-21 09:52:58 -0400
commitebccf81758ce7b5ace7a593f9985fa97b3435798 (patch)
treee990f7c0ce9293e4ceee5f5e763691b588a74e64 /init.lua
parent22eb00e5d1c0f9f1cce144beb7ad3f6cdb000768 (diff)
Add dispenser
The dispenser is an automated item dropper.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 8a6da60..265ae1d 100644
--- a/init.lua
+++ b/init.lua
@@ -121,6 +121,7 @@ if pipeworks.enable_pipe_devices then dofile(pipeworks.modpath.."/devices.lua")
if pipeworks.enable_redefines then dofile(pipeworks.modpath.."/compat.lua") end
if pipeworks.enable_autocrafter then dofile(pipeworks.modpath.."/autocrafter.lua") end
if pipeworks.enable_deployer then dofile(pipeworks.modpath.."/deployer.lua") end
+if pipeworks.enable_dispenser then dofile(pipeworks.modpath.."/dispenser.lua") end
if pipeworks.enable_node_breaker then
dofile(pipeworks.modpath.."/node_breaker.lua")