Advertisement
ecco7777

CC feeder turtle

Jan 27th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. f=peripheral.wrap("right")
  2. while true do
  3. i=1
  4. if turtle.getItemCount(turtle.getSelectedSlot())==0 then
  5. i=i+1
  6. if i>16  then
  7. i=1
  8. end
  9. turtle.select(i)
  10. else
  11. f.feed()
  12. end
  13. sleep(1)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement