Advertisement
cul8ter

veinmine.lua

Oct 2nd, 2024
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local util=dofile("./turtle_utils.lua")
  2. local worked,block=turtle.inspectDown()
  3. if worked then
  4.     util.veinmine(block.name)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement