NiallDoherty

Milker

Sep 24th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. while true do
  2.   if turtle.place() then
  3.     turtle.dropUp()
  4.     sleep(1)
  5.     turtle.suckUp()
  6.   end
  7.   sleep(5)
  8. end
Add Comment
Please, Sign In to add comment