diff options
author | Tim <t4im@users.noreply.github.com> | 2015-01-31 00:06:27 +0100 |
---|---|---|
committer | Tim <t4im@users.noreply.github.com> | 2015-02-01 00:02:52 +0100 |
commit | 4379b1904ddaccb1763ccba03ec0acac377d0128 (patch) | |
tree | 868d8337c96e964ae6b4a7891b8f1a9bee4fd45f /init.lua | |
parent | e9432321e94ef6ad132fe0f92ae449592613bd5a (diff) |
add decorative tubes: one steel block embedded the other passing through an airtight pane
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ dofile(pipeworks.modpath.."/routing_tubes.lua") dofile(pipeworks.modpath.."/sorting_tubes.lua") dofile(pipeworks.modpath.."/vacuum_tubes.lua") dofile(pipeworks.modpath.."/signal_tubes.lua") +dofile(pipeworks.modpath.."/decorative_tubes.lua") dofile(pipeworks.modpath.."/filter-injector.lua") dofile(pipeworks.modpath.."/trashcan.lua") dofile(pipeworks.modpath.."/wielder.lua") |