Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. function resetScreen()
  2.         term.clear()
  3.         term.setCursorPos(14,1)
  4.         write("Shadow Turtle")
  5.         term.setCursorPos(5,2)
  6.         write("Mining Programm")
  7.         term.setCursorPos(1,13)
  8.         write("By BlackShadow101, Version 1.0)
  9.        term.setCursorPos(1,4)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement