From dc5617db896b0feef8b7a4935a693af7fb4a9d97 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 1 Jan 2013 18:00:16 -0500 Subject: changed default orientation of spigot to make it easier to place. --- autoplace.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'autoplace.lua') diff --git a/autoplace.lua b/autoplace.lua index c70095f..7e6a329 100644 --- a/autoplace.lua +++ b/autoplace.lua @@ -130,22 +130,22 @@ function pipes_scansurroundings(pos) -- ...spigots... if (string.find(nxm.name, "pipeworks:spigot") ~= nil) - and nxm.param2 == 2 then + and nxm.param2 == 1 then pxm=1 end if (string.find(nxp.name, "pipeworks:spigot") ~= nil) - and nxp.param2 == 0 then + and nxp.param2 == 3 then pxp=1 end if (string.find(nzm.name, "pipeworks:spigot") ~= nil) - and nzm.param2 == 1 then + and nzm.param2 == 0 then pzm=1 end if (string.find(nzp.name, "pipeworks:spigot") ~= nil) - and nzp.param2 == 3 then + and nzp.param2 == 2 then pzp=1 end -- cgit v1.2.3