Advertisement
KnotMeDaddy

Simpler Digger

Jan 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. local success, data = turtle.inspect()
  3. if data.name == "minecraft:end_stone" then
  4. os.shutdown()
  5. else
  6. turtle.dig()
  7. turtle.forward()
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement