Advertisement
Harlaquin

Autofarm

Jun 22nd, 2024
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. local fuelChest = {}
  2. local storageChest = {811, 87, -1544}
  3.  
  4. function getDistance()
  5.     local distance = gps.locate()
  6.  
  7.     if gps.locate ~= chest then
  8.         print("W")
  9.     else
  10.         print("L")
  11.     end
  12.    
  13. end
  14.  
  15. function fuelCheck()
  16.     turtle.select(1)
  17.  
  18.    
  19. end
  20.  
  21. while (true) do
  22.     getDistance()
  23.    
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement