Advertisement
HamBrick327

stripMineVer1

Jun 11th, 2021
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. t = turtle
  2.  
  3. while (true)
  4. do
  5.     t.digUp()
  6.     t.up()
  7.     t.dig()
  8.     t.forward()
  9.     t.digDown()
  10.     t.down()
  11.     t.dig()
  12.     t.forward()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement