Summoning an entity with the NoGravity/NoAI, setting its scale attribute to a value greater than the default, and then reconnect to the world, entity will descend slightly. Repeating this process will cause it to descend until it reaches the ground.
Steps to reproduce
Summon any scalable mob with NoGravity or NoAI in the air, and set its scale attribute to a value larger than 1.0. (e.g.,
/summon pig ~ ~10 ~ {NoGravity:true, attributes:[{id:"minecraft:scale", base:3.0f}]})Note the current Y coordinate of the entity.
Save and quit the world to the main menu.
Re-enter the world.
Check the Y coordinate again.
Observed Results
The entity's Y coordinate is lower than before. Every time the world is reloaded, the entity sinks further down until it hits the floor.
Expected Results
The entity should remain at the exact same Y coordinate regardless of world reloads, as NoGravity/NoAI is enabled.
Thank you for helping us improve Minecraft! We saved your files: