Advertisement
1ng0

FTB-Melee-Turtle

Nov 7th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. while true do
  2.      turtle.attack()
  3.      if turtle.getItemCount(13)>0 then
  4.           for vSlot = 16, 1, -1 do
  5.                turtle.select(vSlot)
  6.                turtle.dropBack()
  7.           end
  8.      else
  9.           sleep(0.25)
  10.      end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement