Advertisement
Sir_Popsilots

Testing

Jun 21st, 2021 (edited)
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. for i = 1, 16, 1 do
  2.     turtle.select(i)
  3.     turtle.drop()
  4. end
  5. turtle.select(1)
  6. turtle.turnRight()
  7. sleep(30)
  8. turtle.suck()
  9. turtle.suck()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement