Microstar301

CCT/FUNCS

Apr 1st, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. function PV()
  2. term.clear()
  3. term.setCursorPos(5,5)
  4. print("VERBLEIBEND:",VB)
  5. end
  6. function fw()
  7. turtle.forward()
  8. end
  9. function b()
  10. turtle.back()
  11. end
  12. function l()
  13. turtle.turnLeft()
  14. end
  15. function r()
  16. turtle.turnRight()
  17. end
  18. function du()
  19. turtle.digUp()
  20. end
  21. function dd()
  22. turtle.digDown()
  23. end
  24. function d()
  25. turtle.dig()
  26. end
Advertisement
Add Comment
Please, Sign In to add comment