Adding "trackingPosition" for 1.9#19
Conversation
Without trackingPosition in the NBT, 1.9 will always show a green arrow in the center of the map.
|
(did some more research) This occurs specifically in my case because xCenter/zCenter is set to 0,0 and my item frames are also within the vicinity of 0,0. During your testing, it's reasonable to assume that this was not tested near 0,0. Alternatively, you can set xCenter and zCenter arbitrarily high (999999) to achieve essentially the same effect, although this seems more jank/"hacky". |
|
Thanks for sending in a pull request. The CI tests fail at the moment, because of the changed contents of the map file. If you change line 50 of tests/mocha/test-server.js to: |

Without trackingPosition in the NBT, 1.9 will always show a green arrow in the center of the map.