Skip to content
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

Direction of toggleable furnace minecarts doesn't seem to be saved properly #719

Closed
skymen opened this issue May 21, 2024 · 0 comments
Closed

Comments

@skymen
Copy link

skymen commented May 21, 2024

When a furnace minecart is toggled off by an unpowered rail, saving and quitting doesn't seem to save the moving direction properly.

https://youtu.be/ncOmZyC4E94

Tried my best to find the root cause of this issue, but it seems to be a behavior attached to Minecraft's getMovementDirection function which seems broken in this specific case.
I tried a few times, and it does not seem to be related to chunk borders, and it doesn't seem to be particularly attached to any given axis. In fact, I don't even know if the behavior is consistent.

Perhaps a fix would be store the pushX and pushZ as additional NBT data before toggling off the cart in case it gets saved/loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants