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