Advertisement
JaMaNi133

straight mine

Apr 20th, 2021 (edited)
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. startBlock = turtle.inspect()
  2. active = true
  3. while active do
  4. turtle.dig()
  5. turtle.forward()
  6. if not (startBlock == turtle.inspect()) then
  7. active = false
  8. turtle.dig()
  9. turtle.forward()
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement