Advertisement
StuBob

stepup.lua

Dec 5th, 2022
749
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.up()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement