.
This commit is contained in:
parent
e6b2bd65f8
commit
f429596775
@ -57,8 +57,8 @@ end
|
||||
local function kiss()
|
||||
turtle.up()
|
||||
|
||||
for i=1, 7 do
|
||||
for j=1, 6 do
|
||||
for i=1, 8 do
|
||||
for j=1, 8 do
|
||||
if i==1 and j==1 then
|
||||
turtle.forward()
|
||||
end
|
||||
@ -73,8 +73,10 @@ local function kiss()
|
||||
end
|
||||
turtle.placeDown()
|
||||
|
||||
if j<6 then
|
||||
turtle.forward()
|
||||
end
|
||||
end
|
||||
|
||||
--got to next row
|
||||
if i%2==1 and i<6 then
|
||||
|
Loading…
Reference in New Issue
Block a user