Advertisement
rungholt

glass

Aug 4th, 2023 (edited)
911
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. while turtle.detect() == false do
  2.     turtle.select(1)
  3.     turtle.place()
  4.     turtle.up()
  5. end
  6.  
  7. while turtle.detectDown() == false do
  8.     turtle.down()
  9.     turtle.select(1)
  10.     turtle.placeUp()
  11. end
  12.  
  13. turtle.back()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement