Advertisement
GochiPC

change red

Dec 25th, 2023 (edited)
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 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.red)
  5. term.clear()
  6. term.setBackgroundColor(colors.red)
  7. term.setTextColor(colors.yellow)
  8. print("MineOS 1.3 PRE1")
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement