BeastmodeJD

Turtle_DigLine

Dec 24th, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. while (true) do
  2.     if (turtle.getFuelLevel() == 0) then
  3.         turtle.select(1)
  4.         turtle.refuel(1)
  5.     end
  6.     turtle.dig()
  7.     turtle.forward()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment