Advertisement
dradra1

Help for all

Apr 17th, 2023 (edited)
914
5
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | Gaming | 6 1
  1. turtle.forward()
  2. turtle.back()
  3. turtle.turnLeft()
  4. turtle.turnRight()
  5. turtle.up()
  6. turtle.down()
  7. turtle.place()
  8. turtle.placeDown()
  9. turtle.placeUp()
  10. turtle.select()
  11. turtle.dig()
  12. turtle.digUp()
  13. turtle.digDown()
  14. turtle.detect()
  15. turtle.detectUp()
  16. turtle.detectDown()
  17. turtle.refuel()
  18. turtle.getFuelLevel()
  19. for i = 1,10 do
  20. end
  21. a=1
  22. while a==1 do
  23. end
  24. if a==1 then
  25.  
  26. elseif a==2 then
  27.          
  28. else  
  29.  
  30. end
  31. /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement