Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- W = {1,1,2,2,3,3,4,4,1,1,1}
- for A = 1,10 do
- slot = W[A]
- turtle.select(slot)
- turtle.placeDown()
- turtle.forward()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement