.
This commit is contained in:
parent
1d8031b609
commit
68f39af54b
@ -57,6 +57,9 @@ local function kiss()
|
|||||||
turtle.suckDown()
|
turtle.suckDown()
|
||||||
turtle.select(currentSeed)
|
turtle.select(currentSeed)
|
||||||
currentSeed = currentSeed + 1
|
currentSeed = currentSeed + 1
|
||||||
|
if currentSeed > 3 then
|
||||||
|
currentSeed = 1
|
||||||
|
end
|
||||||
turtle.placeDown()
|
turtle.placeDown()
|
||||||
end
|
end
|
||||||
if i%2==1 then
|
if i%2==1 then
|
||||||
|
Loading…
Reference in New Issue
Block a user