Advertisement
Guest User

buildP

a guest
Aug 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. for i=1,5,1 do
  2.   turtle.forward()
  3.   turtle.placeDown()
  4. end
  5. for i=1,5,1 do
  6.   turtle.back()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement