Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local util=dofile("./turtle_utils.lua")
- local worked,block=turtle.inspectDown()
- if worked then
- util.veinmine(block.name)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement