mah17

Sheep Farm

Jun 6th, 2013
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. while true do
  2.     for i = 1, 4 do
  3.         turtle.attack()
  4.         turtle.turnRight()
  5.         sleep(0.1)
  6.         end
  7.     for i = 1, 16 do
  8.         turtle.select(i)
  9.         turtle.dropUp()
  10.     end
  11.     turtle.select(1)
  12.     sleep(60)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment