View difference between Paste ID: 4YnXYe3k and rrDjpiPk
SHOW: | | - or go back to the newest paste.
1
if turtle.detect()==false then
2
	turtle.refuel()
3
	turtle.forward()
4
	turtle.forward()
5
	turtle.turnRight()
6
	turtle.select(16)
7
	turtle.place()
8
	turtle.turnRight()
9
	turtle.forward()
10
	turtle.turnLeft()
11
	turtle.place()
12
	turtle.turnLeft()
13
	turtle.place()
14
	turtle.back()
15
	turtle.place()
16
end