See attached screenshot.
Code analysis by @unknown can be found here.
See attached screenshot.
Code analysis by @unknown can be found here.
(Unassigned)
Confirmed
UI
Minecraft 1.14 Pre-Release 5, Minecraft 1.14.3, Minecraft 1.14.4 Pre-Release 5, Minecraft 1.14.4 Pre-Release 6, 1.14.4, 19w45b, 1.19
1.19.1 Pre-release 5
Retrieved
Can confirm in 1.19.
Code analysis (yarn 1.19)
In
GameOptionswe can find the following line:GameOptions.java
This uses
String.formatwithout explicit locale. This causes it to format using system locale instead. Fixing this is straightforward; just replace it withString.format(Locale.ROOT, "%.2f".