Advertisement
GochiPC

change blue

Dec 25th, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 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. print("MineOS 1.3 PRE1")
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement