From aee9f7e6d682e91a20958d16c192baa6dce6c2e4 Mon Sep 17 00:00:00 2001 From: Zefram Date: Tue, 15 Jul 2014 00:52:33 +0100 Subject: Add trash can The trash can can be used either manually (via form) or at the end of a pipe. It destroys whatever is placed in it. --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index acf867e..8a6da60 100644 --- a/init.lua +++ b/init.lua @@ -113,6 +113,7 @@ dofile(pipeworks.modpath.."/item_transport.lua") dofile(pipeworks.modpath.."/flowing_logic.lua") dofile(pipeworks.modpath.."/crafts.lua") dofile(pipeworks.modpath.."/tubes.lua") +dofile(pipeworks.modpath.."/trashcan.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 -- cgit v1.2.3