View difference between Paste ID: yjvRbwHx and TNP1SnXt
SHOW: | | - or go back to the newest paste.
1
while true do
2
  turtle.turnRight()
3-
  for i=1,16
3+
  for i=1,16 do
4
    turtle.select(i)
5
    turtle.drop()
6
  end
7
end