Advertisement
Skeleton022

Wither

Apr 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. turtle.forward()
  2. turtle.forward()
  3. turtle.forward()
  4. turtle.placeUp()
  5. turtle.forward()
  6. turtle.placeUp()
  7. turtle.forward()
  8. turtle.turnRight()
  9. turtle.turnRight()
  10. turtle.place()
  11. turtle.up()
  12. turtle.up()
  13. turtle.placeDown()
  14. turtle.select(2)
  15. turtle.up()
  16. turtle.placeDown()
  17. turtle.forward()
  18. turtle.placeDown()
  19. turtle.forward()
  20. turtle.placeDown()
  21. turtle.forward()
  22. turtle.down()
  23. turtle.down()
  24. turtle.down()
  25. for i=1,2 do
  26.     turtle.forward()
  27. end
  28. turtle.turnRight()
  29. turtle.turnRight()
  30. turtle.select(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement