Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- 1 - red
- -- 2 - orange
- -- 3 - yellow
- -- 4 - green
- -- 5 - light blue
- -- 6 - blue
- -- 7 - purple
- art = {6, 6, 4, 4, 1, 1, 1, 6}
- for i = 1,7 do
- slot = art[i]
- turtle.select(slot)
- turtle.placeDown()
- turtle.forward()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement