rungholt

cobbler

Apr 13th, 2021 (edited)
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. while true do
  2.     if  turtle.detectDown() then
  3.         turtle.digDown()
  4.     else
  5.         turtle.select(1)
  6.         turtle.dropUp()  
  7.         sleep(10)
  8.     end
  9. end
Add Comment
Please, Sign In to add comment