Blazuno

Untitled

Oct 23rd, 2021 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. term.clear()
  2. print("heres ur obsidian farm cumtent")
  3.  
  4. function checkAndDig()
  5. while turtle.detectDown() = true do
  6. turtle.digDown()
  7. end
  8. end
  9.  
  10. function emptyInventory()
  11. if turtle.getItemCount() = 64 then
  12. local turtleDropCheck
  13. turtle.drop(64) = turtleDropCheck
  14. if turtleDropCheck = false then
  15. print("Chest is full dipshit")
  16. emptyInventory()
  17. end
  18. end
  19. end
  20.  
  21. function checkFuelAndRefuel()
  22. if turtle.getFuelLevel = 0
  23. turtle.select(2)
  24. if turtle.refuel() = false
  25. print("turtle fuel empty pls fill up")
  26. until turtle.refuel() = true do
  27. turtle.refuel()
  28. else do
  29. turtle.select(1)
  30. end
  31. end
  32. end
  33. end
  34.  
  35. while true do
  36. checkAndDig()
  37. emptyInventory()
  38. checkFuelAndRefuel()
  39. end
  40.  
  41.  
  42.  
Add Comment
Please, Sign In to add comment