Advertisement
colhaydutu

ench names

Jan 21st, 2024 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local monitor = peripheral.wrap("back")
  2.  
  3.  
  4. while true do
  5.  
  6. monitor.clear()
  7. monitor.setTextScale(0.7)
  8. monitor.setBackgroundColor(colors.black)
  9. monitor.setTextColor(colors.red)
  10. monitor.setCursorPos(1, 5)
  11. monitor.write("Mixed")
  12. sleep(0.5)
  13.  
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement