Advertisement
mike229876

Untitled

Mar 17th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. x = peripheral.wrap("right")
  2. x.setAutoCollect(true)
  3. while true do
  4. turtle.suckUp(64)
  5. turtle.dropDown(64)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement