Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if not term.isColor() then
- error("its not color please upgrade you pc")
- end
- term.setBackgroundColor(colors.red)
- term.clear()
- term.setBackgroundColor(colors.red)
- term.setTextColor(colors.yellow)
- term.setCursorPos(1,1)
- print("MineOS 1.3 PRE2")
- term.setTextColor(colors.white)
- print("This is PreRelease Build")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement