Myst1ka

Turtle

Dec 15th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. while true do
  2. while turtle.dig() do os.sleep(0.4) end
  3. while not turtle.forward() do turtle.attack() end
  4. while turtle.digUp() do os.sleep(0.4) end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment