summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2014-07-15 00:52:33 +0100
committerZefram <zefram@fysh.org>2014-07-15 00:52:33 +0100
commitaee9f7e6d682e91a20958d16c192baa6dce6c2e4 (patch)
treed1dbb0f74a568af97c6a9da177ba05811f8dabd4 /init.lua
parent571d1d45ee6dd4bb4cb635351d7d9d8099dea0e5 (diff)
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.
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 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