From 976f0063bb4964a49c54f92d66693a0aa07ba694 Mon Sep 17 00:00:00 2001 From: Izzy Date: Wed, 8 Jan 2014 14:22:50 -0800 Subject: [PATCH] Update pipes.lua --- pipes.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pipes.lua b/pipes.lua index 2929d03..7b66c4e 100644 --- a/pipes.lua +++ b/pipes.lua @@ -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 \ No newline at end of file +end