This commit is contained in:
Julian Brammer 2024-06-17 02:56:00 +02:00
parent f92c6c009f
commit beb34a879a

View File

@ -38,10 +38,11 @@ local function doField()
for l=1, 3 do for l=1, 3 do
turtle.forward() turtle.forward()
local blockFound, blockData = turtle.inspectDown() local blockFound, blockData = turtle.inspectDown()
selectSeed()
if blockFound then if blockFound then
turtle.digDown() turtle.digDown()
turtle.suckDown() turtle.suckDown()
selectSeed()
turtle.placeDown() turtle.placeDown()
end end
end end
@ -67,7 +68,7 @@ end
local function kiss() local function kiss()
turtle.up() turtle.up()
for i=1, 7 do for i=1, 7 do
for j=1, 7 do for j=1, 8 do
turtle.forward() turtle.forward()
turtle.digDown() turtle.digDown()
turtle.suckDown() turtle.suckDown()