Advertisement
ARTUR0UAZMMA

Untitled

May 17th, 2024 (edited)
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. slots= {
  2. {1,1,2},
  3. {4,5,2},
  4. {4,3,3}
  5. }
  6. for zmeyka = 1,#slots do
  7.   slot= slots[zmeyka]
  8.   turtle.select(slot)
  9.   turtle.forward ()
  10.   turtle.placeDown()
  11. end
  12. for nazat=1,#slots do
  13. turtle.back()
  14. end
  15. turtle.turnLeft()
  16. turtle.forward()
  17. turtle.turnRight()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement