portablejim

Grind

Apr 28th, 2013 (edited)
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. if turtle.detect() then
  2.   turtle.turnRight()
  3. end
  4. while not turtle.detect() do
  5.   turtle.turnLeft()
  6. end
  7.  
  8. while true do
  9.   turtle.attack()
  10.   turtle.turnLeft()
  11.   turtle.attack()
  12.   turtle.turnRight()
  13.   sleep(0.01)
  14. end
Add Comment
Please, Sign In to add comment