Advertisement
Kaosce

Melee Turtle

Jun 14th, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. slot = 17
  2.  
  3. while true do
  4. turtle.attack()
  5. turtle.select(slot-1)
  6. turtle.dropUp()
  7. if slot == 0 then
  8. slot = 17
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement