EphemeralKap

Untitled

Dec 5th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. while true do
  2. if turtle.getItemCount(1) > 0 then
  3. turtle.select(1)
  4. turtle.placeDown()
  5. turtle.dropUp()
  6. sleep(0.2)
  7. end
  8. sleep(0.2)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment