Debug pie chart uses locale specific number formatting
The bug
The debug pie chart uses the OS locale specific number formatting, for example for German this means a comma (,) is used to separate the integer part of a number from the decimal part.
How to reproduce
- Change the locale setting in your OS to for example German
- Open Minecraft
- Display the debug pie chart by pressing SHIFT + F3
Code analysis
Based on 1.12.2 decompiled using MCP 9.40
A java.text.DecimalFormat object using the default locale is assigned to net.minecraft.client.Minecraft.displayDebugInfo(long).decimalformat.
2017-12-26, 10:52 PM
2024-04-11, 01:51 PM
2018-07-25, 09:13 PM
1
1
Minecraft 1.12.2, Minecraft 17w50a, Minecraft 18w21b, Minecraft 1.13-pre3