ecco7777

CC infused crop farming turtle

Apr 18th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. data={turtle.inspect()}
  3. if data~=nil then
  4. if data[2].metadata==7 then
  5. turtle.dig()
  6. end
  7. if turtle.getItemCount(1)>0 then
  8. turtle.place()
  9. end
  10. end
  11. sleep(0)
  12. end
Add Comment
Please, Sign In to add comment