diff options
author | Zefram <zefram@fysh.org> | 2014-07-15 00:52:33 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2014-07-15 00:52:33 +0100 |
commit | aee9f7e6d682e91a20958d16c192baa6dce6c2e4 (patch) | |
tree | d1dbb0f74a568af97c6a9da177ba05811f8dabd4 /init.lua | |
parent | 571d1d45ee6dd4bb4cb635351d7d9d8099dea0e5 (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.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |