-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.8.4
-
None
-
Unconfirmed
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)