nayoshi12

Turtle Wither Spawner

Feb 23rd, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. function lmao()
  3. for i = 1,5 do
  4. turtle.forward()
  5. end
  6.  
  7. for i = 1,5 do
  8. turtle.back()
  9. turtle.place()
  10. end
  11. end
  12. function doublefwd()
  13. turtle.forward()
  14. turtle.forward()
  15. end
  16.  
  17. turtle.select(1)
  18. lmao()
  19. turtle.up()
  20. lmao()
  21. turtle.turnLeft()
  22. turtle.forward()
  23. turtle.turnRight()
  24. lmao()
  25. turtle.turnRight()
  26. doublefwd()
  27. turtle.turnLeft()
  28. lmao()
  29. turtle.up()
  30. turtle.select(2)
  31. lmao()
  32. turtle.turnLeft()
  33. doublefwd()
  34. turtle.turnRight()
  35. lmao()
  36. turtle.turnRight()
  37. turtle.forward()
  38. turtle.turnLeft()
  39. lmao()
  40. turtle.down()
  41. turtle.down()
Add Comment
Please, Sign In to add comment