View difference between Paste ID: RvKFddwB and 7SCUFnU9
SHOW: | | - or go back to the newest paste.
1
-- Slot 1: Cobble
2
-- Slot 2: Sand
3
-- Slot 3: Cactus
4
5
local i = 0
6-
while(i<32)
6+
while(i<32) do
7-
{
7+
8
turtle.placeDown()
9
turtle.up()
10
turtle.select(2)
11
turtle.placeDown()
12
turtle.up()
13
turtle.select(3)
14
turtle.placeDown()
15
turtle.up()
16
turtle.up()
17
i = i + 1
18
end
19-
}
19+
20
turtle.forward()
21
turtle.forward()
22
i = 0
23-
while(i<128)
23+
24-
{
24+
while(i<128) do
25
turtle.down()
26
i = i + 1
27-
}
27+
end