-
Bug
-
Resolution: Fixed
-
Minecraft 1.12.2, Minecraft 17w50a, Minecraft 18w21b, Minecraft 1.13-pre3
-
Confirmed
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.