Hoff

Magical crops turtle Mk1

Feb 22nd, 2014
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. while true do
  2. turtle.select(1)
  3. if turtle.getItemCount(1)>1 then
  4. turtle.drop(1)
  5. end
  6. sleep(20)
  7. if turtle.dig() then
  8. turtle.select(2)
  9. turtle.place()
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment