Open SquidDev opened 4 weeks ago
Definitely should add some client configs for render this or not and use what scale to render it
Maybe the computer should be able to change the text tooltip instead? Kind of like a pager display then.
Really liked it
I was looking at the 1.21.3's bundle code, and realised it'd be quite easy to render a preview of a pocket computer in the tooltip, much like bundle previews do.
I'm not sure this is a good feature — I think it's cute and neat, but I'm not actually sure it's useful. It definitely takes up more screen space than I'd like.
In the current code, the computer renders at half size:
We could also try at quarter size:
My main concern here is the same issue that's blocking #825. When going down to fractional scales (e.g. when using a small GUI scale), you get all sorts of sampling issues, leading to unreadable text and weird Moiré patterns. Given the main purpose of this would be to read the text of the computer, it probably is a blocker.