Advertisement
Guest User

turtle attack, dropUp

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