Advertisement
xe1a

Untitled

Apr 17th, 2024
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | Gaming | 0 0
  1. while true do
  2.     if turtle.detect() == true then
  3.         turtle.dig()
  4.     else
  5.         turtle.forward()
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement