From 2a61de88509dd34eccc294882d2f7a82955a2b2f Mon Sep 17 00:00:00 2001 From: brulijam Date: Mon, 17 Jun 2024 05:29:51 +0200 Subject: [PATCH] . --- src/brulijam/t-farmer.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()