-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong cart rotation on slopes #2948
Comments
|
It is the latest version. The details are below. The two minecarts also pass through each other. It seems like the collision detection problem. 2.mp4 |
I believe this is intended; the minecart being incorrectly rotated is definitely not intended. The cart failing to climb the slope however may be intended: Have you tried pushing the cart harder / a couple more times / while climbing the slope to get it over it? Or using accelerator rails? |
Thanks. I think it will be great if it can act like this in Minecraft. The cart will go back if it can not climb the slope rather than being stuck. cart.mp4 |
Same happens with me too |
I have confirmed this issue. |
The issue description is terrible. Here's the real bug description: The real bug descriptionIf you punch a cart to move it up towards a slope, but the cart is too slow to take the whole slope, it will stop at the slope (expected) but then it rotates the wrong way (as seen in screenshot). AnalysisI believe the bug happens because the cart internally "turns around" when it stops at the slope. And then the cart is both at the slope but rotated the other way so that it thinks it goes down the slope. I therefore believe the fix would be to force to believe the cart is going downwards when it is at the slope but at 0 (or near-0) speed. Either that, or make the cart stand upright (pick whatever seems better for you). |
It appears 38307da might have already fixed this. @SmallJoker |
It only partially fixed this; it still looks very wrong and the cart doesn't roll downwards as it should. |
The minecart passes through the railway when it goes up. It can not go up correctly.
The text was updated successfully, but these errors were encountered: