Advertisement
Guest User

startup

a guest
Feb 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. while true do
  2.    if(turtle.getItemSpace(16) == 0) then
  3.      for i=16,1,-1 do
  4.        turtle.select(i)
  5.        turtle.drop()
  6.      end
  7.    end
  8.    
  9.    turtle.attack()
  10.    sleep(0.1)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement