1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 23:00:49 +02:00

add decorative tubes: one steel block embedded the other passing through an airtight pane

This commit is contained in:
Tim
2015-01-31 00:06:27 +01:00
parent e9432321e9
commit 4379b1904d
4 changed files with 80 additions and 0 deletions

View File

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