diff options
-rw-r--r-- | cactus.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ local datum = vector.new(-18, 128, -1837) moveto(datum) turn_to_face(vector.new(0,0,1)) -local function check_column() +local function do_column() if turtle.detectDown() then for i =1,4 do turtle.turnRight() end end |