When Y position over 266,save as 266
Summon some chicken
/execute @e[type=chicken] ~~~ tp ~1000
reload world
chickens are Y 266
Linked issues
Comments 3
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response
Is this still an issue in the latest version? If so, please add a comment or update the affected version field.
To make your bug report as effective as possible, please try and include the following steps to reproduce the problem:
Steps to Reproduce:
1.
2.
3.Observed Results:
(Briefly describe what happens)Expected Results:
(Briefly describe what should happen)
If your ticket does not look like the example given here, then it's likely to be closed as incomplete.
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
For any account or purchasing related issues, please contact Minecraft Customer Support directly, as we cannot assist with those here at the bug tracker.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
From looking at the save data in MCCToolchest, the mob's position >1000 is saved on world exit. It must be converted to 266 when you reload. For me it looked like it was loading at about 260 rather than 266. It is clearly a few blocks higher than the build limit of 255.
That said, I'm not sure this can be considered a bug because I doubt the game is designed to have defined behavior higher than the build limit.