-
Bug
-
Resolution: Fixed
-
1.15.2, 1.16 Pre-release 2, 20w28a, 20w29a, 20w30a, 1.16.2 Pre-release 1, 1.16.2 Pre-release 2, 1.16.2 Pre-release 3, 1.16.3 Release Candidate 1, 1.16.3, 20w45a, 21w03a, 21w05b
-
Confirmed
-
Commands
-
Low
Should probably be using a double instead to fix this.
To test, use the following command
/worldborder set 59999950 5
which rounds 59999950 up to 59999952 as only multiples of 4 are permitted for values above 2^25.
In addition, since MC-187668 was marked as a duplicate of this ticket, it should be noted that /worldborder set 59999968 5 and /worldborder set 60000000 5 result in the same world border size for a different reason.
To fix this, I'd recommend making the maximum border size possible 67108864, and move the invisible barrier at 30000000 out to 33554432 to align with this, as there aren't any bugs that can be encountered between 30000000 and 33554432 that can't otherwise be encountered within the current vanilla range. (The world becoming non-solid at 30 million before 1.7.2, and 32 million before beta 1.8, were actually manually coded into the game, and can easily be changed to 33554432 anyway.)
Alternatively, the world border could be moved out to 2,000,000,000 if MC-194878 is fixed.
- is duplicated by
-
MC-187668 Cannot manually set world border out to 30 million blocks by commands
- Resolved
-
MC-199810 High numbers in /worldborder set and /worldborder add round to incorrect values
- Resolved
- relates to
-
MC-185925 Casting issue: Mineral vein generation uses 32-bit floats, leading to precision loss and potential crashes
- Resolved