-
Bug
-
Resolution: Duplicate
-
None
-
1.16.2, 1.16.3 Release Candidate 1
-
None
-
Unconfirmed
-
(Unassigned)
High numbers in /worldborder set and /worldborder add round to incorrect values. This is because the command parser uses a float, and it will round higher values, since it cannot represent them. This would be fixed by using a double instead. (All other position-related arguments also use doubles)
How to reproduce:
1. Set the world border size to a smaller value (/worldborder set 10)
2. Set the world border size to 59999998 (/worldborder set 59999998)
3. It will show up in chat as 60000000 (it rounded to the wrong number)
- duplicates
-
MC-187664 World border uses float to determine its size, making some border sizes inaccessible, and cannot be set to 30 million or beyond
- Resolved