CC: Tweaked

CC: Tweaked

42M Downloads

Graphics Mode

ExotisDev opened this issue ยท 2 comments

commented

So currently, the maximum resolution of a CC computer is 51*19 pixels, which seems a bit restrictive to me. Adding a graphics mode than can increase the resolution of computers (and possibly other types too) would my bet on this problem. CraftOS-PC has a similar feature (if not the same) implemented already, and I believe many uses for this higher resolution can be found.
Screenshot 2024-01-30 093733
An alternative approach could be to add the monitor.setTextScale() method to normal computers too, and also make the lower bound go below 0.5.

commented

You can change the size of computer screens in the server/world config.

commented

Thanks for the hint, that was really useful!