Advertisement
Phantom2155

altar 2

Apr 26th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. for v=1,24 do
  2. for i=1,7 do
  3. turtle.back()
  4. turtle.select(16)
  5. turtle.place()
  6. end
  7.  
  8.  
  9.  
  10. turtle.turnRight()
  11. turtle.back()
  12. turtle.place()
  13. turtle.turnRight()
  14.  
  15.  
  16.  
  17.  
  18. for i=1,7 do
  19. turtle.back()
  20. turtle.select(16)
  21. turtle.place()
  22. end
  23. turtle.turnLeft()
  24. turtle.back()
  25. turtle.place()
  26. turtle.turnLeft()
  27.  
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement