StuBob

stepdown.lua

Dec 5th, 2022
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for i=1,64 do
  2.     turtle.dig()
  3.     turtle.placeDown()
  4.     turtle.digUp()
  5.     turtle.forward()
  6.     turtle.digUp()
  7.     turtle.digDown()
  8.     turtle.down()
  9. end
Add Comment
Please, Sign In to add comment