Advertisement
StGNeoX

place

Dec 18th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. for a=0,60 do
  2. turtle.select(15)
  3. turtle.forward()
  4. turtle.turnLeft()
  5. turtle.turnLeft()
  6. turtle.place()
  7. turtle.turnLeft()
  8. turtle.turnLeft()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement