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.
This commit is contained in:
Zefram
2014-07-15 00:52:33 +01:00
parent 571d1d45ee
commit aee9f7e6d6
4 changed files with 52 additions and 0 deletions

View File

@ -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