ecco7777

inventory turtle

May 28th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. i=peripheral.wrap("right")
  2. while true do
  3. turtle.select(1)
  4. i.drop(52,1)
  5. sleep(1)
  6. turtle.select(2)
  7. i.suck(53,1)
  8. turtle.dropUp()
  9. sleep(1)
  10. end
Add Comment
Please, Sign In to add comment