Advertisement
DaBananaboat

[FTB] Attack Turtle

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