Stack of items over 1000 items
supergela opened this issue · 4 comments
Forgot to close this, it was fixed in a release a bit of time ago, now it uses root locale for the formatting which should always use comma to delimit thousands (millions/billions).
it's very likely in some way related to your locale, checking in code I don't immediately see why locale would even be considered, but will need to test this more.
I've seen iskall have this issue a long time ago while watching one of his streams (vault hunters), but I've personally not had this issue ever.
potential relevant info:
- I'm also on VH
- I'm on a Mac (macOS 14.3 developer beta at the moment, but have upgraded many times, twice across major versions, while playing VH)
- I am playing with a resource pack, but have also checked without the resource pack, and I still don't have the issue, so I don't think it is that
- I suspect its a missing font character somewhere, maybe only on windows for some reason?
- Are you using number formatting libraries, or maybe theres something you're using built into java's standard libraries (been a while since I've programmed Java so I don't know)? maybe in the backend of whatever number formatting method you're using, its formatting it differently on different systems, or different locales?
- continuing the thought of number formatting and locales, I've switched between English (UK) and Dutch (Nederlands (Nederland)) locales in minecraft a few times before, I don't remember having this issue for both. I believe my computer locale has been in Dutch the entire time I've been playing, but maybe I switched from english (UK) at some point in the middle of it so it might have been an issue on english, not sure. It is respecting my locale settings and printing for example 3.000 rather than 3,000.
Random brain head thoughts, hopefully these are of some help ><