DomMOW

Shear Sheep

Jan 2nd, 2021 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1.  
  2. while true do
  3.     while not(turtle.placeDown()) do
  4.         turtle.placeDown()
  5.         sleep(1)
  6.     end
  7.     turtle.suckUp()
  8.     turtle.select(2)
  9.     while turtle.getItemCount() > 0 do
  10.         turtle.drop()
  11.     end
  12.     turtle.select(1)
  13.     sleep(2)
  14. end
Add Comment
Please, Sign In to add comment