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