Advertisement
RTS_Dmitriy

Untitled

Jan 25th, 2024
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. pic = {1, 2, 2, 3, 3, 1, 1, 2, 2, 3, 3, 1}
  2.  
  3. for i=1, 12 do
  4.     turtle.select(pic[i])
  5.     turtle.placeDown()
  6.     turtle.forward()
  7. end
  8.  
  9.  
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement