This commit is contained in:
Julian Brammer 2024-06-17 03:52:06 +02:00
parent 8bc931020e
commit 05ba569253

View File

@ -80,12 +80,14 @@ local function kiss()
end end
-- sort items away -- sort items away
turtle.forward(9) turtle.turnLeft()
turtle.forward(8)
turtle.turnRight() turtle.turnRight()
turtle.forward()
turtle.down() turtle.down()
--store wheat --store stuff
for i=1, #toCollect do for i=1, #toCollect do
turtle.forward() turtle.forward()
for j=4, 16 do for j=4, 16 do