Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- i=1
- turtle.select(i)
- for p=1,150 do
- turtle.turnLeft()
- turtle.place()
- turtle.turnRight()
- turtle.forward()
- if turtle.getItemCount(i)==0 then
- i=i+1
- turtle.select(i)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement