From ebccf81758ce7b5ace7a593f9985fa97b3435798 Mon Sep 17 00:00:00 2001 From: Zefram Date: Mon, 21 Jul 2014 14:29:45 +0100 Subject: Add dispenser The dispenser is an automated item dropper. --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') 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") -- cgit v1.2.3