SondreNL

Untitled

Mar 5th, 2021 (edited)
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. while true do
  2. turtle.select(1)
  3. turtle.place()
  4. turtle.select(2)
  5. turtle.place()
  6. turtle.place()
  7. turtle.place()
  8. if turtle.getItemCount(2) == 0 then
  9. turtle.turnRight()
  10. if turtle.suck() == false then
  11. print("No Bonemeal available!")
  12. turtle.turnLeft()
  13. return
  14. end
  15. turtle.turnLeft()
  16. end
  17. turtle.select(1)
  18. turtle.dig()
  19. turtle.select(3)
  20. turtle.dropDown()
  21. turtle.select(4)
  22. turtle.dropDown()
  23. end
Add Comment
Please, Sign In to add comment