diff --git a/src/brulijam/t-farmer.lua b/src/brulijam/t-farmer.lua index 09b6e05..cbcb36b 100644 --- a/src/brulijam/t-farmer.lua +++ b/src/brulijam/t-farmer.lua @@ -76,11 +76,11 @@ local function kiss() end --got to next row - if i%2==1 and i<6 then + if i%2==1 and i<7 then turtle.turnRight() turtle.forward() turtle.turnRight() - elseif i%2==0 and i<6 then + elseif i%2==0 and i<7 then turtle.turnLeft() turtle.forward() turtle.turnLeft()