forked from mtcontrib/pipeworks
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:
1
init.lua
1
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
|
||||
|
Reference in New Issue
Block a user