.
This commit is contained in:
parent
418c3e782d
commit
59261590b3
@ -27,11 +27,13 @@ end
|
||||
|
||||
turtle.up()
|
||||
|
||||
--do 2 rows of fields
|
||||
for i=1, 2 do
|
||||
--do 3 rows
|
||||
for i=1, 3 do
|
||||
for j=1, 3 do
|
||||
--do one row
|
||||
for j=1, 2 do
|
||||
for k=1, 3 do
|
||||
for k=1, 2 do
|
||||
for l=1, 3 do
|
||||
turtle.forward()
|
||||
local blockFound, blockData = turtle.inspectDown()
|
||||
if blockFound then
|
||||
@ -54,6 +56,10 @@ for i=1, 3 do
|
||||
turtle.turnLeft()
|
||||
end
|
||||
end
|
||||
turtle.turnLeft()
|
||||
turtle.forward()
|
||||
turtle.turnRight()
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user