Advertisement
mathiaas

skyf_mobfarm

Sep 3rd, 2020 (edited)
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. function deposit()
  2.     for i=1,16 do
  3.         if (turtle.getItemDetail(i)) then
  4.             turtle.select(i)
  5.             turtle.dropDown()
  6.         end
  7.     end
  8. end
  9.  
  10. while true do
  11.     turtle.attack()
  12.     turtle.suck()
  13.     deposit()
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement