Advertisement
bacon_donut

Very Basic Turtle Attack Code

Jul 18th, 2013
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. -- I like to run this via startup with a
  2. -- shell.run command
  3.  
  4. while true do
  5.   turtle.attack()
  6.   sleep(1)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement