_Nobody_

Nether Highway

Jan 4th, 2023
1,295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. for i = 1, 64, 1 do
  2.     turtle.digUp()
  3.     turtle.digDown()
  4.     turtle.dig()
  5.     turtle.placeDown()
  6.     turtle.forward()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment