Guest User

Untitled

a guest
Feb 12th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. while true do
  2.   if (turtle.getItemCount(1)>0) then
  3.     turtle.dropDown()
  4.     if (turtle.getItemCount(1)>0) then
  5.       turtle.drop()
  6.     end
  7.   end
  8.   sleep(.1)
  9. end
Add Comment
Please, Sign In to add comment