Advertisement
Guest User

startup

a guest
Feb 21st, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while true do
  2.   turtle.attack()
  3.     if turtle.getItemCount(2) > 0 then
  4.     for i = 1, 16 do
  5.     turtle.select(i)
  6.     turtle.dropDown()
  7.     end
  8.   end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement