This report is based on:
Relates to:
MC-80096 (Map part)
What does "overflow" mean?
"Overflow" describes the event which occurs when a variable with a maximum value is set to a higher value. For example the maximum value of the data type *short*
is 32767. Setting it to 32768 will result in an overflow which causes it to be -32768 (minimum value).
All these variables can overflow:
scoreboard scores (int)
statistics (int)
xp bar (int)
map ids (short)
This issue is already handled by the named tickets, no need to make another summary ticket as there is code-wise no mean to fix all the issues at the same time.