Advertisement
Guest User

blaze.lua

a guest
May 21st, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. while(1) do
  2.     turtle.attackUp()
  3.     if(turtle.inspect() == false) then
  4.         while(turtle.forward() == false) do
  5.             turtle.attack()
  6.         end
  7.     else
  8.         turtle.turnLeft()
  9.         turtle.turnLeft()
  10.     end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement