From 004ec6e5d4202b14a8ff8dcc5eb68cba9ed5c112 Mon Sep 17 00:00:00 2001 From: Kai Vogelgesang Date: Wed, 8 Jul 2020 12:39:09 +0200 Subject: [PATCH] Oof --- kai/woodfarm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kai/woodfarm.lua b/kai/woodfarm.lua index 69d1161..342d14e 100644 --- a/kai/woodfarm.lua +++ b/kai/woodfarm.lua @@ -109,7 +109,7 @@ local state_machine = { -- we just turned towards a new row and are approaching in positive x direction x = x - 1 o = "+x" - elseif T.state.current_row % 2 == 1 then + elseif T.state.current_row % 2 == 0 then -- we are in an even row and approaching in positive z direction z = z - 1 o = "+z"