[v3.3] Hardcored Translations.
Amirhan-Taipovjan-Greatest-I opened this issue ยท 3 comments
Of* the one's you've shown, not all of them are hard-coded.
- UUID - hard-coded
- Seed (SHA-256) - hard-coded
- Player badges - not hard-coded:
tcdcommons.api.badge.playerbadge.plural
- Value - not hard-coded:
betterstats.api.client.gui.stats.widget.generalstatwidget.value
As for the numeric value, it's intentional. It's the "un-formatted" literal integer value of the general stat. So the stat widget itself shows the "formatted" value (for example 1m) whereas the tooltip shows the literal unformatted value (for example 100, which means 100cm aka 1m)
Edit:
But ig I can take care of those two that are hard-coded, yes.
Oh and by the way, that literal unformatted value integer for general stats tooltip and the tooltip itself are there to aid with the /statistics
command. Bastially, the game in the background handles raw values, and so when you use the /statistics
command, you have to supply raw unformatted values as well. That tooltip right there shows you the stat ID and its current "raw"/"unformatted" value.
So you can do like /stats edit @s minecraft:custom minecraft:walk_one_cm set 85012
, where the 85012 is the literal number in centimeters. which translates to 0.85km when formatted