Advertisement
LukyKrob

Turtle Attack

Aug 10th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. while true do
  2. turtle.attack()
  3. if turtle.getItemCount(16)>=8 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