-
Bug
-
Resolution: Invalid
-
None
-
1.14.0
-
None
-
Unconfirmed
-
Multiple
When creating a ticking area ever since updating my bedrock server to 1.14.0.9 the coordinates are not correct. I previously created ticking areas in 1.13 and those ones had the Y value set to 0 after the update. I tried creating them on a creative world on Windows 10 and on my bedrock server. I also connected my switch to the bedrock server and it also wouldn't set the correct coordinates.
I've also tried to make ticking areas that are within the chunk I'm in and that has no effect either.
[2019-12-14 20:20:08 INFO] Starting Server
[2019-12-14 20:20:08 INFO] Version 1.14.0.9
tickingarea add 1 2 3 4 5 6
Added ticking area from 0, 0, 0 to 15, 0, 15.
9/10 ticking areas in use.
tickingarea add 0 0 0 15 0 15
Added ticking area from 0, 0, 0 to 15, 0, 15.
10/10 ticking areas in use.
Steps to Reproduce:
1. Execute a command to create a ticking area. Both Console and Client side produce same result.
/tickingarea add 1 2 3 4 5 6
Observed Results:
The operator will see that the response says the incorrect coordinates.
Added ticking area from 0, 0, 0 to 15, 0, 15.
Expected Results:
The operator should have the entered coordinates listed like this:
Added ticking area from 1, 2, 3 to 4, 5, 6.