Advertisement
StuBob

temp2

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