From 47c1d4d1bd74a565fb749d2689413bcc9a8e6fdc Mon Sep 17 00:00:00 2001 From: brulijam Date: Mon, 17 Jun 2024 04:31:17 +0200 Subject: [PATCH] . --- src/brulijam/t-farmer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/brulijam/t-farmer.lua b/src/brulijam/t-farmer.lua index 8331eea..abfc861 100644 --- a/src/brulijam/t-farmer.lua +++ b/src/brulijam/t-farmer.lua @@ -69,7 +69,7 @@ local function kiss() turtle.placeDown() turtle.forward() end - if i%2==1 and i<7 then + if i%2==1 and i<6 then turtle.turnRight() turtle.forward() turtle.turnRight()