mercwear

Untitled

Mar 31st, 2025
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. print("Press CTRL+T to stop")
  2. while true do --Always loop
  3. local block_present = turtle.inspect(Front)
  4. if block_present then
  5. turtle.dig()
  6. --elseif block_present == false then
  7. --turtle.place(0)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment