Advertisement
AggressiveCat

turtle attack, dropUp

Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. while true do
  2.  
  3. turtle.attack()
  4. turtle.suckDown()
  5.  
  6. for x=1, 16 do
  7. turtle.select(x)
  8. turtle.dropUp()
  9. end
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement