Update pipes.lua

master
Izzy 2014-01-08 14:22:50 -08:00
parent fec01e9f42
commit 976f0063bb
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
--[[
most of this code is blatantly stolen from the technic wires system.
@ -8,7 +7,7 @@ but machines cannot. the sources determines the type of fluid in a system.
]]
@ -183,4 +182,4 @@ function bitumen.gen_pipe_nodebox(x1, y1, z1, x2, y2, z2, size)
table.insert(box, box_z2)
end
return box
end
end