Derek1017

Turtle Auto-Dig

Jul 27th, 2021 (edited)
1,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.08 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. while true do
  3. term.clear()
  4. turtle.dig()
  5. end
Add Comment
Please, Sign In to add comment