Advertisement
GochiPC

change blue

Dec 29th, 2023 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. if not term.isColor() then
  2.   error("its not color please upgrade you pc")
  3. end
  4. term.setBackgroundColor(colors.blue)
  5. term.clear()
  6. term.setBackgroundColor(colors.blue)
  7. term.setTextColor(colors.yellow)
  8. term.setCursorPos(1,1)
  9. print("MineOS 1.3 PRE2")
  10. term.setTextColor(colors.white)
  11. print("This is PreRelease Build")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement