Minecarts spawned with motion tag where either X or Z values different from 0 and 1 (for example [0.0,0.0,10.0], [-0.1,0.0,0.0]) will have the velocity close to 1.0 instead of the correct value
Linked issues
Comments 3
/summon. So long as the motion tag has the X or Z value set to a number different from 1 and 0 the exact command doesn't matter.
/summon minecart ~ ~ ~ {Motion:[10.0,0.0,0.0]} will spawn a minecart with a velocity close to 1 block/tick,(instead of 10 blocks/tick it should) and when you change the Motion tag to [0.1,0.0,0.0] the spawned minecart will be moving only slightly slower than the one with X motion tag of 10 (still way above the intended 0.1 blocks/tick)
It works the same for both X and Zo regardless of the type of minecart or the position.
Thank you for your report!
We're tracking this issue in MC-167941, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
-- I am a bot. This action was performed automatically! Please report any issues on Discord or Reddit
Please provide the exact commands used.