Advertisement
Guest User

op

a guest
Apr 4th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. function clc()
  2.         term.clear()
  3.         term.setCursorPos(1,1)
  4. end
  5.  
  6.  
  7. function tup()
  8.          while turtle.up() == false do
  9.                 turtle.digUp()
  10.                 turtle.attackUp()
  11.            end
  12.          
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement