Apothic Attributes (AttributesLib)

Apothic Attributes (AttributesLib)

11M Downloads

Some values of attributes are too big to have enough space for GUI

YocyCraft opened this issue ยท 1 comments

commented

2024-08-28_16 05 21
2024-08-28_16 05 32

The maximum value is 1.797e308, which has too many digits, and this value can't be fully shown on the screen with GUI scale set to largest.

commented

The GUI shows the specified max value - developers should not use Double.MAX_VALUE as an upper bound, following the precedent set by vanilla.