Advertisement
rhn

woolfarm dropdown

rhn
May 6th, 2013
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1.     print()
  2.     print("Hello, I shear stuff.")
  3.     print()
  4.     print("To restart, hold ctrl-R")
  5.     while true do
  6.     for i = 1, 1000 do
  7.       turtle.attack()
  8.       sleep(.1)
  9.      end
  10.       for i = 1, 16 do
  11.       turtle.select(i)
  12.       turtle.dropDown()
  13.       end
  14.       turtle.select(1)
  15.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement